From: Kumar Gala <galak@codeaurora.org>
To: srinivas.kandagatla@linaro.org
Cc: Mike Turquette <mturquette@linaro.org>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] clk: qcom: add clocks necessary for apq8064 sdcc
Date: Fri, 9 May 2014 12:21:57 -0700 [thread overview]
Message-ID: <751695A1-0A84-47AE-B3EC-81A1F5C14101@codeaurora.org> (raw)
In-Reply-To: <1399661305-11641-1-git-send-email-srinivas.kandagatla@linaro.org>
On May 9, 2014, at 11:48 AM, srinivas.kandagatla@linaro.org wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>
> This patch adds clocks necessary for SD card controller on apq8064 SOC.
> Without this patch the clocks are visible to the sdcc driver.
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> drivers/clk/qcom/gcc-msm8960.c | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/drivers/clk/qcom/gcc-msm8960.c b/drivers/clk/qcom/gcc-msm8960.c
> index f4ffd91..9bd3238 100644
> --- a/drivers/clk/qcom/gcc-msm8960.c
> +++ b/drivers/clk/qcom/gcc-msm8960.c
> @@ -2876,6 +2876,16 @@ static struct clk_regmap *gcc_apq8064_clks[] = {
> [GSBI7_QUP_SRC] = &gsbi7_qup_src.clkr,
> [GSBI7_QUP_CLK] = &gsbi7_qup_clk.clkr,
> [GSBI7_H_CLK] = &gsbi7_h_clk.clkr,
> + [SDC1_SRC] = &sdc1_src.clkr,
> + [SDC1_CLK] = &sdc1_clk.clkr,
> + [SDC2_SRC] = &sdc2_src.clkr,
> + [SDC2_CLK] = &sdc2_clk.clkr,
> + [SDC3_SRC] = &sdc3_src.clkr,
> + [SDC3_CLK] = &sdc3_clk.clkr,
> + [SDC4_SRC] = &sdc4_src.clkr,
> + [SDC4_CLK] = &sdc4_clk.clkr,
> + [SDC5_SRC] = &sdc5_src.clkr,
> + [SDC5_CLK] = &sdc5_clk.clkr,
> };
There are only 4 SDCs on APQ8064
- k
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2014-05-09 19:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 18:48 srinivas.kandagatla
2014-05-09 19:21 ` Kumar Gala [this message]
2014-05-09 19:26 ` Srinivas Kandagatla
2014-05-09 19:34 ` [PATCH v2] " srinivas.kandagatla
2014-05-09 21:54 ` Kumar Gala
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=751695A1-0A84-47AE-B3EC-81A1F5C14101@codeaurora.org \
--to=galak@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=srinivas.kandagatla@linaro.org \
/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
Powered by JetHome