Commit b5a17c35 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: 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).

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221115105047.95281-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 4f9fb091
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ chosen {

	memory {
		device_type = "memory";
		reg = <0x000000000 0x80000000 0x00000000 0x40000000>;
		reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ chosen {

	memory {
		device_type = "memory";
		reg = <0x000000000 0x80000000 0x00000001 0x00000000>;
		reg = <0x00000000 0x80000000 0x00000001 0x00000000>;
	};
};