summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/powerdomain.h
diff options
context:
space:
mode:
authorRajendra Nayak2010-09-27 22:02:56 +0200
committerPaul Walmsley2010-09-27 22:02:56 +0200
commitbb722f33e233c980159f0ac5560d530eb5dfdd0f (patch)
tree57168b631100b1ee074408441d7882c2f66f8817 /arch/arm/plat-omap/include/plat/powerdomain.h
parentOMAP4: PM: Define additional registers for ES2 (diff)
downloadkernel-qcow2-linux-bb722f33e233c980159f0ac5560d530eb5dfdd0f.tar.gz
kernel-qcow2-linux-bb722f33e233c980159f0ac5560d530eb5dfdd0f.tar.xz
kernel-qcow2-linux-bb722f33e233c980159f0ac5560d530eb5dfdd0f.zip
OMAP4: powerdomain: Update DSS logic state for ES2
DSS on ES2 supports only OSWR, hence remove the support for CSWR from the powerdomain framework. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: BenoƮt Cousson <b-cousson@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/powerdomain.h')
-rw-r--r--arch/arm/plat-omap/include/plat/powerdomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/powerdomain.h b/arch/arm/plat-omap/include/plat/powerdomain.h
index fb6ec74fe39e..3ea722072e2f 100644
--- a/arch/arm/plat-omap/include/plat/powerdomain.h
+++ b/arch/arm/plat-omap/include/plat/powerdomain.h
@@ -32,6 +32,7 @@
/* Powerdomain allowable state bitfields */
#define PWRSTS_ON (1 << PWRDM_POWER_ON)
+#define PWRSTS_OFF (1 << PWRDM_POWER_OFF)
#define PWRSTS_OFF_ON ((1 << PWRDM_POWER_OFF) | \
(1 << PWRDM_POWER_ON))