Skip to content
Snippets Groups Projects
Commit e0c7b956 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Greg Kroah-Hartman
Browse files

mips: bmips: fix syscon-reboot nodes


[ Upstream commit cde58b86 ]

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

Fixes: a23c4134 ("MIPS: BMIPS: add clock controller nodes")
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 3cf9fac7
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
periph_cntl: syscon@fff8c008 { periph_cntl: syscon@fff8c008 {
compatible = "syscon"; compatible = "syscon";
reg = <0xfff8c000 0x4>; reg = <0xfff8c008 0x4>;
native-endian; native-endian;
}; };
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
periph_cntl: syscon@10000008 { periph_cntl: syscon@10000008 {
compatible = "syscon"; compatible = "syscon";
reg = <0x10000000 0xc>; reg = <0x10000008 0x4>;
native-endian; native-endian;
}; };
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
periph_cntl: syscon@fffe0008 { periph_cntl: syscon@fffe0008 {
compatible = "syscon"; compatible = "syscon";
reg = <0xfffe0000 0x4>; reg = <0xfffe0008 0x4>;
native-endian; native-endian;
}; };
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
periph_cntl: syscon@10000008 { periph_cntl: syscon@10000008 {
compatible = "syscon"; compatible = "syscon";
reg = <0x10000000 0xc>; reg = <0x10000008 0x4>;
native-endian; native-endian;
}; };
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
periph_cntl: syscon@100000008 { periph_cntl: syscon@100000008 {
compatible = "syscon"; compatible = "syscon";
reg = <0x10000000 0xc>; reg = <0x10000008 0x4>;
native-endian; native-endian;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment