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 db7e801dad559293a2f861ff70d6c32ad65ae35c..883ca8bed8e7df45481e6a545e965eebaddb8727 100644 (file)
@@ -62,7 +62,7 @@
 
                periph_cntl: syscon@fff8c008 {
                        compatible = "syscon";
-                       reg = <0xfff8c000 0x4>;
+                       reg = <0xfff8c008 0x4>;
                        native-endian;
                };
 
index 575c9d3eb4c85480dedbdbe5645896b8ad4caa46..052d2032d4e49807bd8ed4e692c3cf8c56525cd0 100644 (file)
@@ -64,7 +64,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index f8753becc164b3984d57ca17a8e39a5f857e3a8c..f5549a056bffe873d9b8fb2d33b2863c98451f57 100644 (file)
@@ -63,7 +63,7 @@
 
                periph_cntl: syscon@fffe0008 {
                        compatible = "syscon";
-                       reg = <0xfffe0000 0x4>;
+                       reg = <0xfffe0008 0x4>;
                        native-endian;
                };
 
index a2dbbf062cd87c1ac7e4b6747bbfa21aa7f74528..50c287bedc37cdda0c11c18ad4a2627781ea9fc5 100644 (file)
@@ -64,7 +64,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index c4eb4b67ecbd6595d9a1d28f4a2bd3ec974ce9d7..4837b1436714043936e245983dd0551fdc0c4f8d 100644 (file)
@@ -63,7 +63,7 @@
 
                periph_cntl: syscon@100000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };