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 b39bd5a226276f089595704b3b4a71c9bdba3c52..f1135e887f7b8c9f885823b5582cf41879e3abac 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 77570833d46b292fb29204091f861bd0810c275c..ce08d8820940356ae2dbf6ce946a9e275850f68c 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 b12474446a48732e44a3fa9af2d350ac002efede..56f141297ea35f4be2013491a49e6e3ac9ddd04c 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>;