]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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 08:50:03 +0000 (10: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 69cbef4723775fb44508a73c5e1c31dfde10563a..d4b2b430dad01d5b697e032d9c60f31a9c654420 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fff8c008 {
                        compatible = "syscon";
-                       reg = <0xfff8c000 0x4>;
+                       reg = <0xfff8c008 0x4>;
                        native-endian;
                };
 
index e0021ff9f144d61eb3bdf908c6b69eaef52db953..9405944368726ed36ab355bc0d05ff3f0bfb5c46 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index 9d93e7f5e6fc7ea70c833463ac635f8b00dcb1a2..d79c88c2fc9caf4cca6e385c7e4062975b82eeb3 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fffe0008 {
                        compatible = "syscon";
-                       reg = <0xfffe0000 0x4>;
+                       reg = <0xfffe0008 0x4>;
                        native-endian;
                };
 
index eb10341b75bae4717a8d600328efbb7b63bbd43f..8a21cb761ffd4ae0dbd818290ebdff6dde28b79a 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index 52c19f40b9ccad0feb0d04a57d1943e9b797225b..8e87867ebc04ac15ae3f0ba8668766aac555a053 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@100000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };