Re: [Qemu-devel] [PATCH v3 22/28] riscv: sifive_u: Generate an aliases node in the device tree

2019-08-11 Thread Alistair Francis
On Sun, Aug 11, 2019 at 1:13 AM Bin Meng wrote: > > The Linux kernel SiFive UART driver expects an aliases node to be > present in the device tree, from which the driver extracts the port > number from "serial#" in the aliases node. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Ali

[Qemu-devel] [PATCH v3 22/28] riscv: sifive_u: Generate an aliases node in the device tree

2019-08-11 Thread Bin Meng
The Linux kernel SiFive UART driver expects an aliases node to be present in the device tree, from which the driver extracts the port number from "serial#" in the aliases node. Signed-off-by: Bin Meng --- Changes in v3: None Changes in v2: None hw/riscv/sifive_u.c | 2 ++ 1 file changed, 2 ins