mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
ARM: dts: imx: trim addresses to 8 digits
Hex numbers in addresses and sizes should be rather eight digits, not nine. Drop leading zeros. No functional change (same DTB). Link: https://lore.kernel.org/r/20221115105051.95345-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
2bb0f35ab0
commit
a4231f626e
|
|
@ -1391,7 +1391,7 @@ pwm7: pwm@22ac000 {
|
|||
|
||||
pwm8: pwm@22b0000 {
|
||||
compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
|
||||
reg = <0x0022b0000 0x4000>;
|
||||
reg = <0x022b0000 0x4000>;
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clks IMX6SX_CLK_PWM8>,
|
||||
<&clks IMX6SX_CLK_PWM8>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user