[PATCH 2/3] imx93_evk: add adc node to dts file

Luca Ellero l.ellero at asem.it
Mon Feb 27 13:55:56 CET 2023


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 at 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



More information about the U-Boot mailing list