Commit 3f0fb37b authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: fix reboot node



The reboot register isn't located inside the DCFG controller, but in its
own RST controller. Fix it.

Fixes: 8897f325 ("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Acked-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 961f8209
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@

	reboot {
		compatible ="syscon-reboot";
		regmap = <&dcfg>;
		regmap = <&rst>;
		offset = <0xb0>;
		mask = <0x02>;
	};
@@ -178,6 +178,12 @@
			big-endian;
		};

		rst: syscon@1e60000 {
			compatible = "syscon";
			reg = <0x0 0x1e60000 0x0 0x10000>;
			little-endian;
		};

		scfg: syscon@1fc0000 {
			compatible = "fsl,ls1028a-scfg", "syscon";
			reg = <0x0 0x1fc0000 0x0 0x10000>;