Skip to content

Commit 1653e3d

Browse files
mwalleShawn Guo
authored andcommitted
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: 8897f32 ("arm64: dts: Add support for NXP LS1028A SoC") Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b33cf81 commit 1653e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
reboot {
102102
compatible ="syscon-reboot";
103103
regmap = <&rst>;
104-
offset = <0xb0>;
104+
offset = <0>;
105105
mask = <0x02>;
106106
};
107107

0 commit comments

Comments
 (0)