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

Krzysztof Kozlowski posted 1 patch 3 years, 4 months ago
arch/arm/boot/dts/lpc32xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: lpc32xx: 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/lpc32xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi
index c87066d6c995..974410918f35 100644
--- a/arch/arm/boot/dts/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/lpc32xx.dtsi
@@ -315,7 +315,7 @@ fab {
 			/* System Control Block */
 			scb {
 				compatible = "simple-bus";
-				ranges = <0x0 0x040004000 0x00001000>;
+				ranges = <0x0 0x40004000 0x00001000>;
 				#address-cells = <1>;
 				#size-cells = <1>;
 
-- 
2.34.1
Re: [PATCH] ARM: dts: lpc32xx: trim addresses to 8 digits
Posted by Krzysztof Kozlowski 3 years, 4 months ago
On Tue, 15 Nov 2022 11:50:49 +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: lpc32xx: trim addresses to 8 digits
      https://git.kernel.org/krzk/linux-dt/c/a63ae7db698a58ba9450b24742394c0f16b2899e

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