public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@kernel.org>
To: Ajit Singh <blfizzyy@gmail.com>
Cc: u-boot@lists.denx.de, u-boot-qcom@groups.io,
	Lukasz Majewski <lukma@denx.de>,
	Casey Connolly <casey.connolly@linaro.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Tom Rini <trini@konsulko.com>,
	Luca Weiss <luca.weiss@fairphone.com>
Subject: Re: [PATCH] clk: qcom: sc7280: add missing SDCC1 clocks
Date: Mon, 13 Apr 2026 14:54:45 +0530	[thread overview]
Message-ID: <ady2XTeps3DzzL-g@sumit-xelite> (raw)
In-Reply-To: <20260226193217.82657-1-blfizzyy@gmail.com>

On Fri, Feb 27, 2026 at 01:02:17AM +0530, Ajit Singh wrote:
> Add GCC_SDCC1_AHB_CLK and GCC_SDCC1_APPS_CLK gate clocks.
> Required on platforms where SDCC1 is used for eMMC.
> 
> Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=a3cc092196ef63570c8744c3ac88c3c6c67ab44b
> 
> Signed-off-by: Ajit Singh <blfizzyy@gmail.com>
> ---
>  drivers/clk/qcom/clock-sc7280.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>

-Sumit

> 
> diff --git a/drivers/clk/qcom/clock-sc7280.c b/drivers/clk/qcom/clock-sc7280.c
> index 7b6ed826023..acdaccf7462 100644
> --- a/drivers/clk/qcom/clock-sc7280.c
> +++ b/drivers/clk/qcom/clock-sc7280.c
> @@ -155,6 +155,8 @@ static const struct gate_clk sc7280_clks[] = {
>  	GATE_CLK(GCC_UFS_1_CLKREF_EN, 0x8c000, BIT(0)),
>  	GATE_CLK(GCC_SDCC2_AHB_CLK, 0x14008, BIT(0)),
>  	GATE_CLK(GCC_SDCC2_APPS_CLK, 0x14004, BIT(0)),
> +	GATE_CLK(GCC_SDCC1_AHB_CLK,  0x75004, BIT(0)),
> +	GATE_CLK(GCC_SDCC1_APPS_CLK, 0x75008, BIT(0)),
>  };
>  
>  static int sc7280_enable(struct clk *clk)
> -- 
> 2.50.1 (Apple Git-155)
> 

      parent reply	other threads:[~2026-04-13  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-26 19:32 [PATCH] clk: qcom: sc7280: add missing SDCC1 clocks Ajit Singh
2026-02-27 16:13 ` Casey Connolly
2026-03-26  9:35   ` Ajit Singh
2026-04-13  9:24 ` Sumit Garg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ady2XTeps3DzzL-g@sumit-xelite \
    --to=sumit.garg@kernel.org \
    --cc=blfizzyy@gmail.com \
    --cc=casey.connolly@linaro.org \
    --cc=luca.weiss@fairphone.com \
    --cc=lukma@denx.de \
    --cc=neil.armstrong@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox