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: 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>
This commit is contained in:
Krzysztof Kozlowski
2022-11-15 11:50:47 +01:00
committed by Florian Fainelli
parent 4f9fb09175
commit b5a17c35c7
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ chosen {
memory {
device_type = "memory";
reg = <0x000000000 0x80000000 0x00000000 0x40000000>;
reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
};
};

View File

@@ -49,7 +49,7 @@ chosen {
memory {
device_type = "memory";
reg = <0x000000000 0x80000000 0x00000001 0x00000000>;
reg = <0x00000000 0x80000000 0x00000001 0x00000000>;
};
};