diff options
author | Chen-Yu Tsai | 2017-01-28 13:22:34 +0100 |
---|---|---|
committer | Maxime Ripard | 2017-01-30 08:37:30 +0100 |
commit | b8eb71dcdd0817ce75f2874301a068fb211dab41 (patch) | |
tree | 0beab1925f483ab20294c3caf57d9e33df27ae15 /drivers/clk/sunxi-ng/Kconfig | |
parent | clk: sunxi-ng: Support separately grouped PLL lock status register (diff) | |
download | kernel-qcow2-linux-b8eb71dcdd0817ce75f2874301a068fb211dab41.tar.gz kernel-qcow2-linux-b8eb71dcdd0817ce75f2874301a068fb211dab41.tar.xz kernel-qcow2-linux-b8eb71dcdd0817ce75f2874301a068fb211dab41.zip |
clk: sunxi-ng: Add A80 CCU
Add support for the main clock unit found in the A80. Some clocks were
not documented in the released user manual, but were found in the
official kernel from Allwinner. These include controls for the I2S,
SPDIF, SATA, and eDP blocks.
Note that on the A80, some subsystems have separate clock controllers
downstream of the main clock unit. These include the MMC, USB, and
display engine subsystems.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index 71f11cd1647b..67659091860d 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -130,4 +130,14 @@ config SUN8I_V3S_CCU select SUNXI_CCU_PHASE default MACH_SUN8I +config SUN9I_A80_CCU + bool "Support for the Allwinner A80 CCU" + select SUNXI_CCU_DIV + select SUNXI_CCU_GATE + select SUNXI_CCU_NKMP + select SUNXI_CCU_NM + select SUNXI_CCU_MP + select SUNXI_CCU_PHASE + default MACH_SUN9I + endif |