diff options
author | Hao Wu | 2021-03-11 19:08:53 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-12 13:50:29 +0100 |
commit | fc11115f74b4355b38eeebc118e347cd74f35845 (patch) | |
tree | f19fe1bda25521d9cc8fb205409123ab0f19fc90 /docs/system | |
parent | hw/misc: Add NPCM7XX MFT Module (diff) | |
download | qemu-fc11115f74b4355b38eeebc118e347cd74f35845.tar.gz qemu-fc11115f74b4355b38eeebc118e347cd74f35845.tar.xz qemu-fc11115f74b4355b38eeebc118e347cd74f35845.zip |
hw/arm: Add MFT device to NPCM7xx Soc
This patch adds the recently implemented MFT device to the NPCM7XX
SoC file.
Reviewed-by: Doug Evans <dje@google.com>
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Message-id: 20210311180855.149764-4-wuhaotsh@google.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
-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 f9fb9224da..d3cf2d9cd7 100644 --- a/docs/system/arm/nuvoton.rst +++ b/docs/system/arm/nuvoton.rst @@ -45,6 +45,7 @@ Supported devices * Pulse Width Modulation (PWM) * SMBus controller (SMBF) * Ethernet controller (EMC) + * Tachometer Missing devices --------------- @@ -63,7 +64,6 @@ Missing devices * Peripheral SPI controller (PSPI) * SD/MMC host * PECI interface - * Tachometer * PCI and PCIe root complex and bridges * VDM and MCTP support * Serial I/O expansion |