From: Keerthy Date: Sun, 8 Oct 2023 04:46:53 +0000 (+0530) Subject: arm64: dts: ti: k3-j7200: Add MCU domain ESM instance X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=81be795bb3eac1a8cdbd5adb862044c12dc2b744;p=linux.git arm64: dts: ti: k3-j7200: Add MCU domain ESM instance Patch adds the ESM instance for MCU domain of J7200. Signed-off-by: Keerthy Link: https://lore.kernel.org/r/20231008044657.25788-4-j-keerthy@ti.com Signed-off-by: Vignesh Raghavendra --- diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi index ef13d64961ef9..3fc588b848c61 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi @@ -637,4 +637,11 @@ power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>; #thermal-sensor-cells = <1>; }; + + mcu_esm: esm@40800000 { + compatible = "ti,j721e-esm"; + reg = <0x00 0x40800000 0x00 0x1000>; + ti,esm-pins = <95>; + bootph-pre-ram; + }; };