On 20/06/2024 00:41, Sagar Cheluvegowda wrote: > > @@ -813,6 +824,14 @@ static int qcom_ethqos_probe(struct platform_device *pdev) > return dev_err_probe(dev, PTR_ERR(ethqos->link_clk), > "Failed to get link_clk\n"); > > + ethqos->axi_icc_path = devm_of_icc_get(dev, "axi_icc_path"); Order your patches correctly. Bindings always go before users. Best regards, Krzysztof