
27 Feb
2023
27 Feb
'23
1:55 p.m.
This node uses imx93_adc driver under drivers/adc.
The node is added keeping dts file in sync with iMX9 evk Linux devicetree.
Signed-off-by: Luca Ellero l.ellero@asem.it --- arch/arm/dts/imx93-11x11-evk.dts | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts/imx93-11x11-evk.dts index b3a5a3d71e..91f99cebae 100644 --- a/arch/arm/dts/imx93-11x11-evk.dts +++ b/arch/arm/dts/imx93-11x11-evk.dts @@ -58,6 +58,10 @@
};
+&adc1 { + status = "okay"; +}; + &lpi2c1 { #address-cells = <1>; #size-cells = <0>;
--
2.25.1