[PATCH 1/5] clock: qcom: ipq4019: add ESS clock
Caleb Connolly
caleb.connolly at linaro.org
Wed May 22 18:23:38 CEST 2024
On 22/05/2024 12:13, Robert Marko wrote:
> ESS clock is the Ethernet Subsystem clock, so lets add it as its
> already configured by SBL1.
>
> Signed-off-by: Robert Marko <robert.marko at sartura.hr>
Reviewed-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
> drivers/clk/qcom/clock-ipq4019.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/clk/qcom/clock-ipq4019.c b/drivers/clk/qcom/clock-ipq4019.c
> index 0492e536e7..e416c9cdb0 100644
> --- a/drivers/clk/qcom/clock-ipq4019.c
> +++ b/drivers/clk/qcom/clock-ipq4019.c
> @@ -125,6 +125,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;
> }
--
// Caleb (they/them)
More information about the U-Boot
mailing list