Re: [PATCH v1 2/2] riscv: opentitan: Connect opentitan SPI Host

2022-02-22 Thread Alistair Francis
On Wed, Feb 23, 2022 at 7:45 AM Alistair Francis wrote: > > From: Wilfred Mallawa > > Conenct spi host[1/0] to opentitan. > > Signed-off-by: Wilfred Mallawa > --- > hw/riscv/opentitan.c | 42 > include/hw/riscv/opentitan.h | 16 -- > 2 fi

[PATCH v1 2/2] riscv: opentitan: Connect opentitan SPI Host

2022-02-22 Thread Alistair Francis
From: Wilfred Mallawa Conenct spi host[1/0] to opentitan. Signed-off-by: Wilfred Mallawa --- hw/riscv/opentitan.c | 42 include/hw/riscv/opentitan.h | 16 -- 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/hw/riscv/openti