Re: [PATCH] arm64: dts: ls1028a: fix the offset of the reset register

2021-01-10 Thread Shawn Guo
On Tue, Dec 15, 2020 at 10:26:22PM +0100, Michael Walle wrote: > The offset of the reset request register is 0, the absolute address is > 0x1e6. Boards without PSCI support will fail to perform a reset: > > [ 26.734700] reboot: Restarting system > [ 27.743259] Unable to restart system > [

Re: [PATCH] arm64: dts: ls1028a: fix the offset of the reset register

2021-01-06 Thread Michael Walle
Hi Shawn, Am 2021-01-07 07:40, schrieb Shawn Guo: On Tue, Dec 15, 2020 at 10:26:22PM +0100, Michael Walle wrote: The offset of the reset request register is 0, the absolute address is 0x1e6. Boards without PSCI support will fail to perform a reset: [ 26.734700] reboot: Restarting system

Re: [PATCH] arm64: dts: ls1028a: fix the offset of the reset register

2021-01-06 Thread Shawn Guo
On Thu, Jan 7, 2021 at 2:40 PM Shawn Guo wrote: > > On Tue, Dec 15, 2020 at 10:26:22PM +0100, Michael Walle wrote: > > The offset of the reset request register is 0, the absolute address is > > 0x1e6. Boards without PSCI support will fail to perform a reset: > > > > [ 26.734700] reboot: Rest

Re: [PATCH] arm64: dts: ls1028a: fix the offset of the reset register

2021-01-06 Thread Shawn Guo
On Tue, Dec 15, 2020 at 10:26:22PM +0100, Michael Walle wrote: > The offset of the reset request register is 0, the absolute address is > 0x1e6. Boards without PSCI support will fail to perform a reset: > > [ 26.734700] reboot: Restarting system > [ 27.743259] Unable to restart system > [

[PATCH] arm64: dts: ls1028a: fix the offset of the reset register

2020-12-15 Thread Michael Walle
The offset of the reset request register is 0, the absolute address is 0x1e6. 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: d