diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-19 06:35:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 20:43:28 +0300 |
commit | 819cb953227291709b8cc1add52b1057852938ef (patch) | |
tree | ce4aa4f85ef8b3b5e789d131af70052fe37c2b4d /arch/arm/boot/dts/am33xx.dtsi | |
parent | 39dd21a25faffe582dff8a9172869cae99a7b08b (diff) | |
download | linux-819cb953227291709b8cc1add52b1057852938ef.tar.xz |
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 { |