Commit a63ae7db authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: lpc32xx: 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/20221115105049.95313-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent a4231f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;