arm64: dts: broadcom: trim addresses to 8 digits
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 15 Nov 2022 10:50:47 +0000 (11:50 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 15 Nov 2022 22:52:05 +0000 (14:52 -0800)
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>
Link: https://lore.kernel.org/r/20221115105047.95281-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts

index e34172e3117e290040c0241a03dc4c6948db77ca..fbf0392b8371950c6a3e6c80aa21417e9e14ddfd 100644 (file)
@@ -52,7 +52,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x000000000 0x80000000 0x00000000 0x40000000>;
+               reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
        };
 };
 
index 7bf26f3e36bf13c8099c5b16433a3e3b5a43e366..699f7742ce7f75a6de7bba0c629924e61bb94518 100644 (file)
@@ -49,7 +49,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x000000000 0x80000000 0x00000001 0x00000000>;
+               reg = <0x00000000 0x80000000 0x00000001 0x00000000>;
        };
 };