diff options
author | Andre Przywara <andre.przywara@arm.com> | 2021-01-27 18:24:43 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-28 11:14:35 +0100 |
commit | 88dde5e23da1a16fe9a417171e6c941736b8d3a6 (patch) | |
tree | 1c63821c7ef5af5c4ab86ef684edb0041a8c3798 /drivers/clk/sunxi-ng/Kconfig | |
parent | clk: sunxi-ng: Add support for the Allwinner H616 R-CCU (diff) | |
download | linux-88dde5e23da1a16fe9a417171e6c941736b8d3a6.tar.xz linux-88dde5e23da1a16fe9a417171e6c941736b8d3a6.zip |
clk: sunxi-ng: Add support for the Allwinner H616 CCU
While the clocks are fairly similar to the H6, many differ in tiny
details, so a separate clock driver seems indicated.
Derived from the H6 clock driver, and adjusted according to the manual.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210127172500.13356-4-andre.przywara@arm.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index feeb8d2074ee..cd46d8853876 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -32,6 +32,11 @@ config SUN50I_H6_CCU default ARM64 && ARCH_SUNXI depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST +config SUN50I_H616_CCU + bool "Support for the Allwinner H616 CCU" + default ARM64 && ARCH_SUNXI + depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST + config SUN50I_H6_R_CCU bool "Support for the Allwinner H6 and H616 PRCM CCU" default ARM64 && ARCH_SUNXI |