[PATCH] ARM: dts: imx: trim addresses to 8 digits

Krzysztof Kozlowski posted 1 patch 3 years, 4 months ago
arch/arm/boot/dts/imx6sx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: imx: trim addresses to 8 digits
Posted by Krzysztof Kozlowski 3 years, 4 months ago
Hex numbers in addresses and sizes should be rather eight digits, not
nine.  Drop leading zeros.  No functional change (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index abc3572d699e..80f5efd65c2f 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -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>;
-- 
2.34.1
Re: [PATCH] ARM: dts: imx: trim addresses to 8 digits
Posted by Krzysztof Kozlowski 3 years, 4 months ago
On Tue, 15 Nov 2022 11:50:51 +0100, Krzysztof Kozlowski wrote:
> Hex numbers in addresses and sizes should be rather eight digits, not
> nine.  Drop leading zeros.  No functional change (same DTB).
> 
> 

Applied, thanks!

[1/1] ARM: dts: imx: trim addresses to 8 digits
      https://git.kernel.org/krzk/linux-dt/c/a4231f626e780e3186fe4561b8cadf57673e3cd0

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>