summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/brcm/bcm63268.dtsi
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-14 17:43:46 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-04-06 14:31:54 +0200
commitcde58b861a1d365568588adda59d42351c0c4ad3 (patch)
tree61563831b264df92f1380f00eae8e83b450a6405 /arch/mips/boot/dts/brcm/bcm63268.dtsi
parentf681c11bae9acde257a3c48e6b07a0d4dc50e98d (diff)
mips: bmips: fix syscon-reboot nodes
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>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm63268.dtsi')
-rw-r--r--arch/mips/boot/dts/brcm/bcm63268.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm63268.dtsi b/arch/mips/boot/dts/brcm/bcm63268.dtsi
index 575c9d3eb4c8..052d2032d4e4 100644
--- a/arch/mips/boot/dts/brcm/bcm63268.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm63268.dtsi
@@ -64,7 +64,7 @@
periph_cntl: syscon@10000008 {
compatible = "syscon";
- reg = <0x10000000 0xc>;
+ reg = <0x10000008 0x4>;
native-endian;
};