On Mon, Apr 14, 2025 at 3:43 AM Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
> On 14/4/25 04:06, Tim Lee wrote: > > Nuvoton's PSPI is a general purpose SPI module which enables > > connections to SPI-based peripheral devices. Attach it to the NPCM8XX. > > > > Tested: > > NPCM8XX PSPI driver probed successfully from dmesg log. > > > > Signed-off-by: Tim Lee <timlee660...@gmail.com> > > --- > > hw/arm/npcm8xx.c | 11 ++++++++++- > > include/hw/arm/npcm8xx.h | 2 ++ > > 2 files changed, 12 insertions(+), 1 deletion(-) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Hao Wu < wuhao...@google.com>