diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-24 14:10:15 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-10 11:41:19 +0200 |
commit | d05c748bd73015aa4aa10bafc178fc2be46a02cb (patch) | |
tree | 34c59afc790a9f8a785ef5a87edf55639b5f52c4 /drivers/clk/sunxi-ng/Kconfig | |
parent | aa152335174825fa4b4cd9af0564774b61857898 (diff) | |
download | op-kernel-dev-d05c748bd73015aa4aa10bafc178fc2be46a02cb.zip op-kernel-dev-d05c748bd73015aa4aa10bafc178fc2be46a02cb.tar.gz |
clk: sunxi-ng: Add A33 CCU support
This commit introduces the clocks found in the Allwinner A33 CCU.
Since this SoC is very similar to the A23, and we share a significant share
of the DTSI, the clock IDs that are going to be used will also be shared
with the A23, hence the name of the various header files.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index c725877..dff3fef 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -65,6 +65,18 @@ config SUN6I_A31_CCU select SUNXI_CCU_PHASE default MACH_SUN6I +config SUN8I_A33_CCU + bool "Support for the Allwinner A33 CCU" + select SUNXI_CCU_DIV + select SUNXI_CCU_MULT + select SUNXI_CCU_NK + select SUNXI_CCU_NKM + select SUNXI_CCU_NKMP + select SUNXI_CCU_NM + select SUNXI_CCU_MP + select SUNXI_CCU_PHASE + default MACH_SUN8I + config SUN8I_H3_CCU bool "Support for the Allwinner H3 CCU" select SUNXI_CCU_DIV |