From: Michael Walle Date: Tue, 15 Dec 2020 21:26:22 +0000 (+0100) Subject: arm64: dts: ls1028a: fix the offset of the reset register X-Git-Tag: v5.11-rc6~29^2~9^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1653e3d470629d25c64cd8a2f84adb20a9348b0c;p=thirdparty%2Flinux.git arm64: dts: ls1028a: fix the offset of the reset register The offset of the reset request register is 0, the absolute address is 0x1e60000. Boards without PSCI support will fail to perform a reset: [ 26.734700] reboot: Restarting system [ 27.743259] Unable to restart system [ 27.746845] Reboot failed -- System halted Fixes: 8897f3255c9c ("arm64: dts: Add support for NXP LS1028A SoC") Signed-off-by: Michael Walle Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 60ff19fa53b40..6c8a61c2cc740 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -101,7 +101,7 @@ reboot { compatible ="syscon-reboot"; regmap = <&rst>; - offset = <0xb0>; + offset = <0>; mask = <0x02>; };