ARM: dts: spear: drop 0x from unit address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 10 Dec 2022 11:33:46 +0000 (12:33 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 19 Dec 2022 15:45:45 +0000 (16:45 +0100)
By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20221210113347.63939-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/spear300.dtsi
arch/arm/boot/dts/spear310.dtsi
arch/arm/boot/dts/spear320.dtsi

index b39bd5a..f1135e8 100644 (file)
@@ -46,7 +46,7 @@
                        status = "disabled";
                };
 
-               shirq: interrupt-controller@0x50000000 {
+               shirq: interrupt-controller@50000000 {
                        compatible = "st,spear300-shirq";
                        reg = <0x50000000 0x1000>;
                        interrupts = <28>;
index 7757083..ce08d88 100644 (file)
@@ -34,7 +34,7 @@
                        status = "disabled";
                };
 
-               shirq: interrupt-controller@0xb4000000 {
+               shirq: interrupt-controller@b4000000 {
                        compatible = "st,spear310-shirq";
                        reg = <0xb4000000 0x1000>;
                        interrupts = <28 29 30 1>;
index b124744..56f1412 100644 (file)
@@ -49,7 +49,7 @@
                        status = "disabled";
                };
 
-               shirq: interrupt-controller@0xb3000000 {
+               shirq: interrupt-controller@b3000000 {
                        compatible = "st,spear320-shirq";
                        reg = <0xb3000000 0x1000>;
                        interrupts = <30 28 29 1>;