From 46fa23f9eecd0fc32215a194e7a7f5f5abe67cdc Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 9 May 2022 00:29:34 -0500 Subject: 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 Reviewed-by: Andre Przywara [Andre: add F1C100s support] Signed-off-by: Andre Przywara --- include/clk/sunxi.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include') 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; /** -- cgit v1.2.3