clk: sunxi: Add support for the A100/A133 CCU
authorAndre Przywara <andre.przywara@arm.com>
Wed, 25 Oct 2023 23:28:44 +0000 (00:28 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 27 Mar 2025 00:26:35 +0000 (00:26 +0000)
commit7d1936aef7c4046a89660b8f5763bde592946840
tree036292f6ba720ff8ec681fd46fd3868b0360570b
parent1f8374ebefece7ccb242aa1c59e149a32f566fc8
clk: sunxi: Add support for the A100/A133 CCU

The Allwinner A100 SoC has been around for a while, and has now seemingly
been replaced with its close sibling A133.

Add support for the CCU, as far as used by U-Boot proper. Linux has some
basic (clock and pinctrl) support for a while, so we can already use the
existing binding headers.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/mach-sunxi/Kconfig
drivers/clk/sunxi/Kconfig
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk_a100.c [new file with mode: 0644]
drivers/clk/sunxi/clk_sunxi.c