diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2022-05-02 04:15:07 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-05-03 08:13:56 +0200 |
commit | e348101bbaed4a0263ccc37e9b6c68f686465588 (patch) | |
tree | c2bcb768570ca1fb59c9dac3c618151aac63ab58 /arch/arm/boot/dts/am437x-gp-evm.dts | |
parent | ARM: dts: am335x-myirtech: Update NAND default partition table layout (diff) | |
download | linux-e348101bbaed4a0263ccc37e9b6c68f686465588.tar.xz linux-e348101bbaed4a0263ccc37e9b6c68f686465588.zip |
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: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Drew Fustini <dfustini@baylibre.com>
Message-Id: <20220502021508.1342869-2-dfustini@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-gp-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 4416ddb559e4..91b67b428a06 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -1127,6 +1127,10 @@ cpu0-supply = <&dcdc2>; }; +&wkup_m3_ipc { + ti,set-io-isolation; +}; + &pruss1_mdio { status = "disabled"; }; |