[PATCH] docs/system: Remove ADC from raspi documentation

Rayhan Faizel posted 1 patch 6 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240512085716.222326-1-rayhan.faizel@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
docs/system/arm/raspi.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] docs/system: Remove ADC from raspi documentation
Posted by Rayhan Faizel 6 months, 2 weeks ago
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(-)

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)
-- 
2.34.1
Re: [PATCH] docs/system: Remove ADC from raspi documentation
Posted by Peter Maydell 6 months, 1 week ago
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
Re: [PATCH] docs/system: Remove ADC from raspi documentation
Posted by Philippe Mathieu-Daudé 6 months, 2 weeks ago
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(-)