]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clock: qcom: ipq4019: add ESS clock
authorRobert Marko <robert.marko@sartura.hr>
Mon, 3 Jun 2024 12:06:12 +0000 (14:06 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:53:11 +0000 (01:53 +0200)
ESS clock is the Ethernet Subsystem clock, so lets add it as its
already configured by SBL1.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
drivers/clk/qcom/clock-ipq4019.c

index 9352ff4681835496bfb141c578040eea0ec895af..af88ca3950ad6424eebf2b8e407c3b3046e5c891 100644 (file)
@@ -64,6 +64,9 @@ static int ipq4019_clk_enable(struct clk *clk)
        case GCC_USB2_MOCK_UTMI_CLK:
                /* These clocks is already initialized by SBL1 */
                return 0;
+       case GCC_ESS_CLK:
+               /* This clock is already initialized by SBL1 */
+               return 0;
        default:
                return -EINVAL;
        }