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

2019-11-11 Thread Alistair Francis
On Mon, Nov 11, 2019 at 5:38 AM 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

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

2019-11-11 Thread Anup Patel
gt; ; Anup Patel > Subject: Re: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes > > On Mon, Nov 11, 2019 at 9:42 PM Anup Patel wrote: > > > > Correct Palmer's email address. > > > > > -Original Message- > > > From: Anup Patel > &

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

2019-11-11 Thread Bin Meng
gar > > Karandikar > > Cc: Atish Patra ; Christoph Hellwig ; > > Anup Patel ; qemu-ri...@nongnu.org; qemu- > > de...@nongnu.org; Anup Patel > > Subject: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes > > > > The SiFive test device found on vir

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

2019-11-11 Thread Anup Patel
.@nongnu.org; qemu- > de...@nongnu.org; Anup Patel > Subject: [PATCH] riscv/virt: Add syscon reboot and poweroff DT nodes > > 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

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

2019-11-11 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 --- hw/riscv/virt.c | 28