diff options
author | Hao Wu <wuhaotsh@google.com> | 2023-02-08 15:54:33 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-02-16 16:00:48 +0000 |
commit | 4d120d7d6084ef388a9016d7dbf091c4d5e055fc (patch) | |
tree | 94869e7441fc337ce5642870238af6c39486d942 /docs | |
parent | 69fbfb8ff1369bd51ada1b4fb9b800e3e8d92fba (diff) | |
download | qemu-4d120d7d6084ef388a9016d7dbf091c4d5e055fc.zip qemu-4d120d7d6084ef388a9016d7dbf091c4d5e055fc.tar.gz qemu-4d120d7d6084ef388a9016d7dbf091c4d5e055fc.tar.bz2 |
hw/arm: Attach PSPI module to NPCM7XX SoC
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Titus Rwantare <titusr@google.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@linaro.org>
Message-id: 20230208235433.3989937-4-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/arm/nuvoton.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst index c38df32..0424cae 100644 --- a/docs/system/arm/nuvoton.rst +++ b/docs/system/arm/nuvoton.rst @@ -49,6 +49,7 @@ Supported devices * SMBus controller (SMBF) * Ethernet controller (EMC) * Tachometer + * Peripheral SPI controller (PSPI) Missing devices --------------- @@ -64,7 +65,6 @@ Missing devices * Ethernet controller (GMAC) * USB device (USBD) - * Peripheral SPI controller (PSPI) * SD/MMC host * PECI interface * PCI and PCIe root complex and bridges |