diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 21:35:04 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 09:43:29 -0800 |
commit | f3ca5dffb02c18ac3ad43143c82a9ad9a8745167 (patch) | |
tree | 166b5982623a38e16036271b8ffb96bf89aa7e0f /arch/arm/boot/dts/am4372.dtsi | |
parent | 819cb953227291709b8cc1add52b1057852938ef (diff) | |
download | blackbird-obmc-linux-f3ca5dffb02c18ac3ad43143c82a9ad9a8745167.tar.gz blackbird-obmc-linux-f3ca5dffb02c18ac3ad43143c82a9ad9a8745167.zip |
ARM: dts: am4372: 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/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index b136c401879f..1ec8bdb00183 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -247,6 +247,7 @@ compatible = "ti,emif-am4372"; reg = <0x4c000000 0x1000000>; ti,hwmods = "emif"; + ti,no-idle; sram = <&pm_sram_code &pm_sram_data>; }; |