Hi, On Sat, Dec 20, 2025 at 06:00:10PM +0800, Chukun Pan wrote: > Add ADC support to ArmSoM Sige5 board. > > Signed-off-by: Chukun Pan > --- The reference voltage is different between the different board revisions. Older boards (1.1 and 1.2) have SARADC_AVDD1V8 connected to &vcca_1v8_s0, but newer boards (1.3) use VCCA1V8_PLDO2_S0 instead. I guess considering &vcca1v8_pldo2_s0 is marked as always on, we can ignore this difference, but I think it's worth a comment in the DT and the commit description. Otherwise: Reviewed-by: Sebastian Reichel -- Sebastian > arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > index a0d8f52a706f..d372ba252af8 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > @@ -897,6 +897,11 @@ &sai6 { > status = "okay"; > }; > > +&saradc { > + vref-supply = <&vcca_1v8_s0>; > + status = "okay"; > +}; > + > &sdhci { > bus-width = <8>; > full-pwr-cycle-in-suspend; > -- > 2.25.1 > >