]> 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 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 69cbef4723775fb44508a73c5e1c31dfde10563a..d4b2b430dad01d5b697e032d9c60f31a9c654420 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fff8c008 {
                        compatible = "syscon";
-                       reg = <0xfff8c000 0x4>;
+                       reg = <0xfff8c008 0x4>;
                        native-endian;
                };
 
index 5acb49b6186782eae8b412a6587d645de4702405..365fa75cd9ac5065a5df3b90c8104f541e49f14b 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index f21176cac0381e6972227222c596cd0f0940544f..89a3107cad28e3e00e00059116b9751aa4a5eccc 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@fffe0008 {
                        compatible = "syscon";
-                       reg = <0xfffe0000 0x4>;
+                       reg = <0xfffe0008 0x4>;
                        native-endian;
                };
 
index c98f9111e3c8bf497ade4b48eab2c6c4d0120910..0b2adefd75cecd455f13ce5a56d3f67bea821a88 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@10000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };
 
index 449c167dd89212ff6eddf680a469abcac67771f3..b84a3bfe8c51ef2b713c9f1a5aaf23f0cd6a3cae 100644 (file)
@@ -59,7 +59,7 @@
 
                periph_cntl: syscon@100000008 {
                        compatible = "syscon";
-                       reg = <0x10000000 0xc>;
+                       reg = <0x10000008 0x4>;
                        native-endian;
                };