]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: sunxi: implement clock driver for suniv f1c100s
authorGeorge Hilliard <thirtythreeforty@gmail.com>
Sun, 25 Jul 2021 23:16:23 +0000 (19:16 -0400)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 May 2022 23:37:51 +0000 (00:37 +0100)
commit89dd650f20ffc18372df1524ad0afbb93ce5a884
tree54fbc186f7b3026e6c39a933e133911f473428ec
parentce00370b873b94cdc85e3d85f55116e14e70412d
clk: sunxi: implement clock driver for suniv f1c100s

The f1c100s has a clock tree similar to those of other sunxi parts.
Add support for it.

Signed-off-by: George Hilliard <thirtythreeforty@gmail.com>
Signed-off-by: Yifan Gu <me@yifangu.com>
Acked-by: Sean Anderson <seanga2@gmail.com>
[Andre: add PIO and I2C]
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/clk/sunxi/Kconfig
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk_f1c100s.c [new file with mode: 0644]