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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2022-11-15 11:50:49 +01:00
parent a4231f626e
commit a63ae7db69

View File

@ -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>;