]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property.
authorSourav Poddar <sourav.poddar@ti.com>
Fri, 26 Apr 2013 20:25:33 +0000 (01:55 +0530)
committerKevin Hilman <khilman@linaro.org>
Thu, 16 May 2013 14:09:09 +0000 (07:09 -0700)
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>
arch/arm/boot/dts/am33xx.dtsi

index 1460d9b88adfee928d8c150ae56812abbb2b2d28..a2608c02bbd9d4a58d2c9da9e9c791149ba011dc 100644 (file)
                        compatible = "ti,am3352-ocmcram";
                        reg = <0x40300000 0x10000>;
                        ti,hwmods = "ocmcram";
-                       ti,no_idle_on_suspend;
                };
 
                wkup_m3: wkup_m3@44d00000 {