diff options
author | Dave Gerlach | 2018-02-19 04:35:03 +0100 |
---|---|---|
committer | Tony Lindgren | 2018-02-27 18:43:28 +0100 |
commit | 819cb953227291709b8cc1add52b1057852938ef (patch) | |
tree | ce4aa4f85ef8b3b5e789d131af70052fe37c2b4d /arch/arm/boot/dts/am33xx.dtsi | |
parent | ARM: dts: am4372: Add soc node (diff) | |
download | kernel-qcow2-linux-819cb953227291709b8cc1add52b1057852938ef.tar.gz kernel-qcow2-linux-819cb953227291709b8cc1add52b1057852938ef.tar.xz kernel-qcow2-linux-819cb953227291709b8cc1add52b1057852938ef.zip |
ARM: dts: am33xx: Mark emif with ti,no-idle
We can never idle the emif hwmod from within the HLOS so mark the emif
node with ti,no-idle.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 842e726b944e..77c618829734 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -964,6 +964,7 @@ ti,hwmods = "emif"; sram = <&pm_sram_code &pm_sram_data>; + ti,no-idle; }; gpmc: gpmc@50000000 { |