mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
mips: bmips: fix syscon-reboot nodes
[ Upstream commitcde58b861a] Commita23c413495added the clock controller nodes, incorrectly changing the syscon-reboot nodes addresses. Fixes:a23c413495("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3cf9fac71b
commit
e0c7b95616
@@ -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 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
|
|
||||||
periph_cntl: syscon@100000008 {
|
periph_cntl: syscon@100000008 {
|
||||||
compatible = "syscon";
|
compatible = "syscon";
|
||||||
reg = <0x10000000 0xc>;
|
reg = <0x10000008 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user