clk: sunxi: Add drivers for A31 and H6 PRCM CCUs
authorSamuel Holland <samuel@sholland.org>
Sun, 12 Sep 2021 14:47:25 +0000 (09:47 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 11 Oct 2021 09:46:44 +0000 (10:46 +0100)
commit23c83366f326fb88dd4ec40315ebae14df55ebc0
tree61261b0306efb513f8cd3a0c1d5b9ca8542a2348
parentc61897bf029e86a46cdba53ced48889eae1cd468
clk: sunxi: Add drivers for A31 and H6 PRCM CCUs

Add a driver so the clocks/resets for these peripherals (especially I2C,
RSB, and UART) can be enabled using the normal uclass methods.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/clk/sunxi/Kconfig
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk_a31_r.c [new file with mode: 0644]
drivers/clk/sunxi/clk_h6_r.c [new file with mode: 0644]