aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2010-02-22 22:09:13 -0700
committerPaul Walmsley <paul@pwsan.com>2010-02-24 12:15:04 -0700
commitc78a05e8e4a81d01135f4a03544d788b3e203d65 (patch)
treed162cd8986dce1a08a6eeb675ebbc8bf0ad5ca67 /arch/arm/plat-omap
parent93340a22943f3169de7d359ea14cd618114da6f6 (diff)
downloadkernel_samsung_espresso10-c78a05e8e4a81d01135f4a03544d788b3e203d65.tar.gz
kernel_samsung_espresso10-c78a05e8e4a81d01135f4a03544d788b3e203d65.tar.bz2
kernel_samsung_espresso10-c78a05e8e4a81d01135f4a03544d788b3e203d65.zip
OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flag
The CLOCK_IN_OMAP4430 clock flag is not currently needed in the OMAP4 ES1 clock tree, and platform discrimination via clock flags is deprecated in favor of the clkdev mechanism, so, drop it. (The OMAP4 clock tree autogeneration script has been updated accordingly.) Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <b-cousson@ti.com> Cc: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h
index 52f097b1e4d..07170c50aa4 100644
--- a/arch/arm/plat-omap/include/plat/clock.h
+++ b/arch/arm/plat-omap/include/plat/clock.h
@@ -197,8 +197,8 @@ extern const struct clkops clkops_null;
#define DELAYED_APP (1 << 9) /* Delay application of clock */
#define CONFIG_PARTICIPANT (1 << 10) /* Fundamental clock */
#define ENABLE_ON_INIT (1 << 11) /* Enable upon framework init */
-#define INVERT_ENABLE (1 << 12) /* 0 enables, 1 disables */
-#define CLOCK_IN_OMAP4430 (1 << 13)
+#define INVERT_ENABLE (1 << 12) /* 0 enables, 1 disables */
+/* bit 13 is currently free */
#define ALWAYS_ENABLED (1 << 14)
/* bits 15-31 are currently free */