aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorSourav Poddar <sourav.poddar@ti.com>2013-04-26 16:25:33 -0400
committerKevin Hilman <khilman@linaro.org>2013-05-16 10:09:09 -0400
commit4425fb13d12f25501b56f06b960203ecd8de2573 (patch)
tree4707bc7edbefc771702cf645c12cd15633301bb3 /arch/arm/boot/dts
parent97d7f175742dca0b4ea5aeafbe688471b053deaf (diff)
arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property.
The "ti,no_idle_on_suspend" property was required to keep ocmcram clocks running during idle. But commit 72bb6f9 (ARM: OMAP: omap_device: don't attempt late suspend if no driver bound), added in v3.6 should prevent any automatic clock gating for devices without drivers bound. Since there is no driver for the OCM RAM block, we are not affected by the automatic idle on suspend anyways which means "ti,no_idle_on_suspend" can be safely removed since there are no users for it. Cc: Benoit Cousson <b-cousson@ti.com> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Felipe Balbi <balbi@ti.com> Cc: Rajendra nayak <rnayak@ti.com> Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 1460d9b88adf..a2608c02bbd9 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -394,7 +394,6 @@
394 compatible = "ti,am3352-ocmcram"; 394 compatible = "ti,am3352-ocmcram";
395 reg = <0x40300000 0x10000>; 395 reg = <0x40300000 0x10000>;
396 ti,hwmods = "ocmcram"; 396 ti,hwmods = "ocmcram";
397 ti,no_idle_on_suspend;
398 }; 397 };
399 398
400 wkup_m3: wkup_m3@44d00000 { 399 wkup_m3: wkup_m3@44d00000 {