diff options
author | Chris Zhong <zyw@rock-chips.com> | 2014-10-13 18:52:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-13 20:18:18 -0400 |
commit | 038b892aa925cd0530472284c7b4b3f32e2b1f56 (patch) | |
tree | 8fa6f72eda05164bc80005af08daed049240fe74 /drivers/clk/Kconfig | |
parent | 3ca1e326f5952f3acca320b8a91d92393a188c15 (diff) |
clk: RK808: add clkout driver for RK808
This is the initial version of the RK808 PMIC. This is a power management
IC for multimedia products. It provides regulators that are able to
supply power to processor cores and other components. The chip provides
other modules including RTC, Clockout.
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Samuel Ortiz <sameo@linux.intel.com> says:
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Olof Johansson <olof@lixom.net>
Cc: Dmitry Torokhov <dtor@chromium.org>
Cc: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Li Zhong <zhong@linux.vnet.ibm.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index cfd3af7b2cbd..84e0590e31dc 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -38,6 +38,15 @@ config COMMON_CLK_MAX77686 | |||
38 | ---help--- | 38 | ---help--- |
39 | This driver supports Maxim 77686 crystal oscillator clock. | 39 | This driver supports Maxim 77686 crystal oscillator clock. |
40 | 40 | ||
41 | config COMMON_CLK_RK808 | ||
42 | tristate "Clock driver for RK808" | ||
43 | depends on MFD_RK808 | ||
44 | ---help--- | ||
45 | This driver supports RK808 crystal oscillator clock. These | ||
46 | multi-function devices have two fixed-rate oscillators, | ||
47 | clocked at 32KHz each. Clkout1 is always on, Clkout2 can off | ||
48 | by control register. | ||
49 | |||
41 | config COMMON_CLK_SI5351 | 50 | config COMMON_CLK_SI5351 |
42 | tristate "Clock driver for SiLabs 5351A/B/C" | 51 | tristate "Clock driver for SiLabs 5351A/B/C" |
43 | depends on I2C | 52 | depends on I2C |