]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: sunxi: Add support for the A523 -R CCU
authorAndre Przywara <andre.przywara@arm.com>
Fri, 13 Sep 2024 08:01:00 +0000 (09:01 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 27 Jul 2025 21:57:35 +0000 (22:57 +0100)
commitd508d995d1187c3811ee4746d12f9dc106744756
tree9297e0bc3b188fb973e254a8803ffb49dc8f361c
parent1d0b1d46ccfdd5fef57a4232966c905a04e21840
clk: sunxi: Add support for the A523 -R CCU

Add a clock driver for the PRCM clock controller on the Allwinner A523
family of SoCs, often also used with an "r" prefix or suffix.
This just describes the clock gates and reset lines for the few devices
that we would need, most prominently the R_I2C device for the PMIC.

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