[PATCH v2 2/5] arm64: dts: freescale: imx8mp-toradex-smarc: add embedded controller
Francesco Dolcini
francesco at dolcini.it
Wed Apr 30 02:41:48 PDT 2025
From: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>
Add the embedded controller node to the device tree, this is required
for reset and power-off functionalities.
Reviewed-by: Peng Fan <peng.fan at nxp.com>
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini at toradex.com>
---
v2: add r-b peng
---
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 @@ reg_sd_3v3_1v8: LDO5 {
};
};
+ embedded-controller at 28 {
+ compatible = "toradex,smarc-imx8mp-ec", "toradex,smarc-ec";
+ reg = <0x28>;
+ };
+
rtc_i2c: rtc at 32 {
compatible = "epson,rx8130";
reg = <0x32>;
--
2.39.5
More information about the linux-arm-kernel
mailing list