diff mbox series

docs/system: Remove ADC from raspi documentation

Message ID 20240512085716.222326-1-rayhan.faizel@gmail.com
State New
Headers show
Series docs/system: Remove ADC from raspi documentation | expand

Commit Message

Rayhan Faizel May 12, 2024, 8:57 a.m. UTC
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>
---
 docs/system/arm/raspi.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

Philippe Mathieu-Daudé May 13, 2024, 9:21 a.m. UTC | #1
On 12/5/24 10:57, Rayhan Faizel wrote:
> None of the RPi boards have ADC on-board. In real life, an external ADC chip
> is required to operate on analog signals.

Oops.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com>
> ---
>   docs/system/arm/raspi.rst | 1 -
>   1 file changed, 1 deletion(-)
Peter Maydell May 20, 2024, 2:15 p.m. UTC | #2
On Sun, 12 May 2024 at 10:00, Rayhan Faizel <rayhan.faizel@gmail.com> wrote:
>
> 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>



Applied to target-arm.next, thanks.

-- PMM
diff mbox series

Patch

diff --git a/docs/system/arm/raspi.rst b/docs/system/arm/raspi.rst
index fbec1da6a1..44eec3f1c3 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)