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 @@
|
||||
|
||||
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…
x
Reference in New Issue
Block a user