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:
39dd21a
)
ARM: dts: am33xx: Mark emif with ti,no-idle
author
Dave Gerlach
<d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:03 +0000
(21:35 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 27 Feb 2018 17:43:28 +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/am33xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am33xx.dtsi
b/arch/arm/boot/dts/am33xx.dtsi
index 842e726b944ed7e7b3fed8256e53dc0744b61c6a..77c6188297344bbcc6f52dccad10f25f3f3f2824 100644
(file)
--- 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 {