Re: [PATCH v2 24/30] adc: rockchip-saradc: Add support for RK3528

2025-04-10 Thread Kever Yang
On 2025/4/8 06:46, Jonas Karlman wrote: The Successive Approximation ADC (SARADC) in RK3528 uses the v2 controller and support: - 10-bit resolution - Up to 1MS/s sampling rate - 4 single-ended input channels - Current consumption: 0.5mA @ 1MS/s Add support for the 4 channels of 10-bit resoluti

[PATCH v2 24/30] adc: rockchip-saradc: Add support for RK3528

2025-04-07 Thread Jonas Karlman
The Successive Approximation ADC (SARADC) in RK3528 uses the v2 controller and support: - 10-bit resolution - Up to 1MS/s sampling rate - 4 single-ended input channels - Current consumption: 0.5mA @ 1MS/s Add support for the 4 channels of 10-bit resolution supported by SARADC in RK3528. Signed-of