clk: sunxi: Add support for the A523 CCU
authorAndre Przywara <andre.przywara@arm.com>
Mon, 9 Sep 2024 00:47:31 +0000 (01:47 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 27 Jul 2025 21:57:35 +0000 (22:57 +0100)
commit1d0b1d46ccfdd5fef57a4232966c905a04e21840
tree07c467eca9a0c217964e5c5c893c859485210bc7
parent1482481817a5980963452b01f677379e60616188
clk: sunxi: Add support for the A523 CCU

Add a clock driver for the main clock controller on the Allwinner A523
family of SoCs.
As usual, this just describes the clock gates and reset lines for the
few device that U-Boot cares about: USB, Ethernet, MMC, I2C, SPI.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/clk/sunxi/Kconfig
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk_a523.c [new file with mode: 0644]
drivers/clk/sunxi/clk_sunxi.c