mips: bmips: fix syscon-reboot nodes
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 14 Mar 2021 16:43:46 +0000 (17:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 May 2021 07:50:32 +0000 (09:50 +0200)
[ Upstream commit cde58b861a1d365568588adda59d42351c0c4ad3 ]

Commit a23c4134955e added the clock controller nodes, incorrectly changing the
syscon-reboot nodes addresses.

Fixes: a23c4134955e ("MIPS: BMIPS: add clock controller nodes")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/boot/dts/brcm/bcm3368.dtsi
arch/mips/boot/dts/brcm/bcm63268.dtsi
arch/mips/boot/dts/brcm/bcm6358.dtsi
arch/mips/boot/dts/brcm/bcm6362.dtsi
arch/mips/boot/dts/brcm/bcm6368.dtsi

index 69cbef4..d4b2b43 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fff8c008 {
                        compatible = "syscon";
-                       reg = <0xfff8c000 0x4>;
+                       reg = <0xfff8c008 0x4>;
                        native-endian;
                };
 
index 5acb49b..365fa75 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index f21176c..89a3107 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fffe0008 {
                        compatible = "syscon";
-                       reg = <0xfffe0000 0x4>;
+                       reg = <0xfffe0008 0x4>;
                        native-endian;
                };
 
index c98f911..0b2adef 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index 449c167..b84a3bf 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@100000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };