[PATCH 09/12] ARM: OMAP2+: powerdomain: skip register reads for powerdomains known to be on
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-12-26 20:49:26
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-12-26 20:49:26
Also in:
linux-omap
On Wed, 26 Dec 2012, Bedia, Vaibhav wrote:
In case of AM33xx, this flag should be set for PER and WKUP pwrdms also. EMIF, L3, L4 etc come under PER so this domain can't transition on an active system. PRCM and Control module come under WKUP, so the WKUP should the kernel should attempt to transition WKUP domain also.
Thanks - the patch has been updated to reflect this. - Paul