Hi, On 29/03/2021 18:12, Christian Hewitt wrote: > From: Hyeonki Hong <hhk7...@gmail.com> > > Add the meson saradc node to the ODROID N2/N2+ common dtsi.
Not sure why this is needed, does it fix something ? Neil > > Signed-off-by: Hyeonki Hong <hhk7...@gmail.com> > --- > arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi > b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi > index 2f8d574c30c0..139c12cf9f66 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi > @@ -508,6 +508,10 @@ > status = "okay"; > }; > > +&saradc { > + status = "okay"; > +}; > + > /* SD card */ > &sd_emmc_b { > status = "okay"; >