[PATCH 1/3] net: stmmac: Add interconnect support in qcom-ethqos driver
Krzysztof Kozlowski
krzk at kernel.org
Thu Jun 20 00:12:46 PDT 2024
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
More information about the linux-arm-kernel
mailing list