diff options
| author | Samuel Holland <samuel@sholland.org> | 2022-05-09 00:29:34 -0500 |
|---|---|---|
| committer | Andre Przywara <andre.przywara@arm.com> | 2022-07-18 09:37:49 +0100 |
| commit | 46fa23f9eecd0fc32215a194e7a7f5f5abe67cdc (patch) | |
| tree | 2d9c2b3bc99559781b58032cc0a6bab2123b6614 /include/clk/sunxi.h | |
| parent | d39088ad9c97fa612c480475b18759a3931c41fd (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>
Diffstat (limited to 'include/clk/sunxi.h')
| -rw-r--r-- | include/clk/sunxi.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/clk/sunxi.h b/include/clk/sunxi.h index a70119304a7..65da03ee60c 100644 --- a/include/clk/sunxi.h +++ b/include/clk/sunxi.h @@ -85,18 +85,6 @@ struct ccu_priv { const struct ccu_desc *desc; }; -/** - * sunxi_clk_bind - common sunxi clock bind - * @dev: clock device - */ -int sunxi_clk_bind(struct udevice *dev); - -/** - * sunxi_clk_probe - common sunxi clock probe - * @dev: clock device - */ -int sunxi_clk_probe(struct udevice *dev); - extern struct clk_ops sunxi_clk_ops; /** |
