[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] hw: riscv: opentitan: fixup SPI addresses
From: |
Bin Meng |
Subject: |
Re: [PATCH v2] hw: riscv: opentitan: fixup SPI addresses |
Date: |
Fri, 18 Feb 2022 16:58:06 +0800 |
On Fri, Feb 18, 2022 at 2:38 PM Alistair Francis
<alistair.francis@opensource.wdc.com> wrote:
>
> From: Wilfred Mallawa <wilfred.mallawa@wdc.com>
>
> This patch updates the SPI_DEVICE, SPI_HOST0, SPI_HOST1
> base addresses. Also adds these as unimplemented devices.
>
> The address references can be found [1].
>
> [1]
> https://github.com/lowRISC/opentitan/blob/6c317992fbd646818b34f2a2dbf44bc850e461e4/hw/top_earlgrey/sw/autogen/top_earlgrey_memory.h#L107
>
> Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
> ---
> v2: arranged base addrs in sorted order
>
> hw/riscv/opentitan.c | 12 +++++++++---
> include/hw/riscv/opentitan.h | 4 +++-
> 2 files changed, 12 insertions(+), 4 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>