fix: phy: marvell: cp110: fix the KR/SFI line 4 selector
[oweals/u-boot.git] / drivers / clk / at91 / pmc.h
index 5444c84db66cc76dabc5f165ddb14bf13f6f7a7e..f222fce11f427aef09625993994c97fe0f44a89b 100644 (file)
@@ -13,6 +13,9 @@ struct pmc_platdata {
 };
 
 int at91_pmc_core_probe(struct udevice *dev);
-int at91_pmc_clk_node_bind(struct udevice *dev);
+int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
+
+int at91_clk_of_xlate(struct clk *clk, struct fdtdec_phandle_args *args);
+int at91_clk_probe(struct udevice *dev);
 
 #endif