diff options
author | Rayhan Faizel <rayhan.faizel@gmail.com> | 2024-05-23 16:06:21 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-05-28 14:20:48 +0100 |
commit | 2fda0e776ae5360910f3521ec2608b535f338d90 (patch) | |
tree | 2a546916505df37b0f536dfa823752c446498323 | |
parent | d0a040a8c95c0cec8fab026a5d0a1aa5c7143d74 (diff) | |
download | qemu-2fda0e776ae5360910f3521ec2608b535f338d90.zip qemu-2fda0e776ae5360910f3521ec2608b535f338d90.tar.gz qemu-2fda0e776ae5360910f3521ec2608b535f338d90.tar.bz2 |
docs/system: Remove ADC from raspi documentation
None of the RPi boards have ADC on-board. In real life, an external ADC chip
is required to operate on analog signals.
Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240512085716.222326-1-rayhan.faizel@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | docs/system/arm/raspi.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/system/arm/raspi.rst b/docs/system/arm/raspi.rst index fbec1da..44eec3f 100644 --- a/docs/system/arm/raspi.rst +++ b/docs/system/arm/raspi.rst @@ -40,7 +40,6 @@ Implemented devices Missing devices --------------- - * Analog to Digital Converter (ADC) * Pulse Width Modulation (PWM) * PCIE Root Port (raspi4b) * GENET Ethernet Controller (raspi4b) |