Commit e348101b authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren
Browse files

ARM: dts: am437x-gp-evm: Enable wkup_m3 control of IO isolation



With this flag wkup_m3 is able to control IO isolation during
suspend on the board.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarDrew Fustini <dfustini@baylibre.com>
Message-Id: <20220502021508.1342869-2-dfustini@baylibre.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 165c79da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1127,6 +1127,10 @@ &cpu {
	cpu0-supply = <&dcdc2>;
};

&wkup_m3_ipc {
	ti,set-io-isolation;
};

&pruss1_mdio {
	status = "disabled";
};