projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
819cb95
)
ARM: dts: am4372: Mark emif with ti,no-idle
author
Dave Gerlach
<d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:04 +0000
(21:35 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 27 Feb 2018 17:43:29 +0000
(09:43 -0800)
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>
arch/arm/boot/dts/am4372.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am4372.dtsi
b/arch/arm/boot/dts/am4372.dtsi
index b136c401879f34912f014482d8135d39a3fc4dc3..1ec8bdb00183f83f089371049af02719161a9aca 100644
(file)
--- 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>;
};