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)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 6 Apr 2021 12:31:54 +0000 (14:31 +0200)
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>
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 db7e801..883ca8b 100644 (file)
@@ -62,7 +62,7 @@
 
                periph_cntl: syscon@fff8c008 {
                        compatible = "syscon";
-                       reg = <0xfff8c000 0x4>;
+                       reg = <0xfff8c008 0x4>;
                        native-endian;
                };
 
index 575c9d3..052d203 100644 (file)
@@ -64,7 +64,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index f8753be..f5549a0 100644 (file)
@@ -63,7 +63,7 @@
 
                periph_cntl: syscon@fffe0008 {
                        compatible = "syscon";
-                       reg = <0xfffe0000 0x4>;
+                       reg = <0xfffe0008 0x4>;
                        native-endian;
                };
 
index a2dbbf0..50c287b 100644 (file)
@@ -64,7 +64,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index c4eb4b6..4837b14 100644 (file)
@@ -63,7 +63,7 @@
 
                periph_cntl: syscon@100000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };