Re: [PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes

2020-01-30 Thread Palmer Dabbelt
On Wed, 22 Jan 2020 13:17:23 GMT (+), Anup Patel wrote: The SiFive test device found on virt machine can be used by generic syscon reboot and poweroff drivers available in Linux kernel. This patch updates FDT generation in virt machine so that Linux kernel can probe and use generic syscon dr

Re: [PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes

2020-01-27 Thread Alistair Francis
On Wed, Jan 22, 2020 at 11:18 PM Anup Patel wrote: > > The SiFive test device found on virt machine can be used by > generic syscon reboot and poweroff drivers available in Linux > kernel. > > This patch updates FDT generation in virt machine so that > Linux kernel can probe and use generic syscon

[PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes

2020-01-22 Thread Anup Patel
The SiFive test device found on virt machine can be used by generic syscon reboot and poweroff drivers available in Linux kernel. This patch updates FDT generation in virt machine so that Linux kernel can probe and use generic syscon drivers. Signed-off-by: Anup Patel --- Changes since v1: - Re