diff options
author | Rajendra Nayak <rnayak@ti.com> | 2009-12-08 18:31:44 (GMT) |
---|---|---|
committer | paul <paul@twilight.(none)> | 2009-12-12 00:00:46 (GMT) |
commit | d79b126724554122d9598834ef39fb0bb4fc132d (patch) | |
tree | f8844ee1cd9698fead9eeea016cdf8abdc62ed01 /arch/arm/plat-omap/Kconfig | |
parent | 972c542746904b5f418284946728a61b783275ef (diff) | |
download | linux-d79b126724554122d9598834ef39fb0bb4fc132d.tar.xz |
ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's
This patch adds dummy hooks for OMAP4 dpll api's. Removes
dummy hooks for clkdev api's and enables CLKDEV
for OMAP4.
Also comments clockdomain calls from within the clock
framework as its not supported yet for OMAP4.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 353a7b3..e2ea04a 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -27,6 +27,7 @@ config ARCH_OMAP4 bool "TI OMAP4" select CPU_V7 select ARM_GIC + select COMMON_CLKDEV endchoice |