Re: [PATCH v1 1/3] char: ibex_uart: Update the register layout

2021-07-04 Thread Bin Meng
On Fri, Jul 2, 2021 at 1:19 PM Alistair Francis wrote: > > Update the register layout to match the latest OpenTitan bitstream. > > Signed-off-by: Alistair Francis > --- > hw/char/ibex_uart.c | 19 ++- > 1 file changed, 10 insertions(+), 9 deletions(-) > Reviewed-by: Bin Meng

[PATCH v1 1/3] char: ibex_uart: Update the register layout

2021-07-01 Thread Alistair Francis
Update the register layout to match the latest OpenTitan bitstream. Signed-off-by: Alistair Francis --- hw/char/ibex_uart.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/hw/char/ibex_uart.c b/hw/char/ibex_uart.c index fe4b6c3c9e..6b0c9330bf 100644 --- a