From e40201b454788f12aa3808d648ed7d4ef7e2da01 Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Wed, 30 Apr 2025 11:41:48 +0200 Subject: [PATCH] arm64: dts: freescale: imx8mp-toradex-smarc: add embedded controller Add the embedded controller node to the device tree, this is required for reset and power-off functionalities. Reviewed-by: Peng Fan Signed-off-by: Emanuele Ghidoli Signed-off-by: Francesco Dolcini Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi index 0a8b9eee5ed9..c4ca01ce60d0 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi @@ -534,6 +534,11 @@ }; }; + embedded-controller@28 { + compatible = "toradex,smarc-imx8mp-ec", "toradex,smarc-ec"; + reg = <0x28>; + }; + rtc_i2c: rtc@32 { compatible = "epson,rx8130"; reg = <0x32>; -- 2.50.1