]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: sunxi: Add support for the D1 CCU
authorSamuel Holland <samuel@sholland.org>
Sun, 1 May 2022 03:38:37 +0000 (22:38 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 Oct 2023 22:41:51 +0000 (23:41 +0100)
commitb9a91b98e8d81d2f7fdbc0d59c544a7bbb5e3679
tree7f9ccb69de86c1b3ec10a465ea7e483888a1e7de
parentad9dcb50019d3d87aa658079907451a3e371c687
clk: sunxi: Add support for the D1 CCU

Since the D1 CCU binding is defined, we can add support for its
gates/resets, following the pattern of the existing drivers.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/clk/sunxi/Kconfig
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk_d1.c [new file with mode: 0644]
drivers/clk/sunxi/clk_sunxi.c