Commit a63ae7db authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent a4231f62
...@@ -315,7 +315,7 @@ fab { ...@@ -315,7 +315,7 @@ fab {
/* System Control Block */ /* System Control Block */
scb { scb {
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0x0 0x040004000 0x00001000>; ranges = <0x0 0x40004000 0x00001000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment