commit | 751c6c6446b292d9e9ae8a88f7bd90f196c40950 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Mon May 09 00:29:34 2022 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jul 18 09:37:49 2022 +0100 |
tree | 2d9c2b3bc99559781b58032cc0a6bab2123b6614 | |
parent | 1567fdf87260af75813a0040b05e531b4c427668 [diff] |
clk: sunxi: Use a single driver for all variants Now that all of the variants use the same bind/probe functions and ops, there is no need to have a separate driver for each variant. Since most SoCs contain two variants (the main CCU and PRCM CCU), this saves a bit of firmware size and RAM. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> [Andre: add F1C100s support] Signed-off-by: Andre Przywara <andre.przywara@arm.com>