From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] clk: qcom: add clocks necessary for apq8064 sdcc
Date: Thu, 10 Jul 2014 09:18:13 +0100 [thread overview]
Message-ID: <1404980293-6072-1-git-send-email-srinivas.kandagatla@linaro.org> (raw)
In-Reply-To: <1404980193-5967-1-git-send-email-srinivas.kandagatla@linaro.org>
This patch adds clocks necessary for SD card controller on apq8064 SOC.
Without this patch the clocks are not visible to the sdcc driver.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Kumar Gala <galak@codeaurora.org>
---
drivers/clk/qcom/gcc-msm8960.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/clk/qcom/gcc-msm8960.c b/drivers/clk/qcom/gcc-msm8960.c
index f4ffd91..4cb2927 100644
--- a/drivers/clk/qcom/gcc-msm8960.c
+++ b/drivers/clk/qcom/gcc-msm8960.c
@@ -2876,6 +2876,18 @@ 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,
+ [SDC1_H_CLK] = &sdc1_h_clk.clkr,
+ [SDC2_H_CLK] = &sdc2_h_clk.clkr,
+ [SDC3_H_CLK] = &sdc3_h_clk.clkr,
+ [SDC4_H_CLK] = &sdc4_h_clk.clkr,
};
static const struct regmap_config gcc_msm8960_regmap_config = {
--
1.9.1
next prev parent reply other threads:[~2014-07-10 8:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 20:58 [PATCH 0/2] Support apq8064 global clock control Stephen Boyd
2014-06-10 20:58 ` [PATCH 1/2] clk: qcom: add clocks necessary for apq8064 sdcc Stephen Boyd
2014-06-11 9:14 ` Andreas Färber
2014-06-11 11:11 ` Srinivas Kandagatla
2014-06-10 20:58 ` [PATCH 2/2] clk: qcom: Fully support apq8064 global clock control Stephen Boyd
2014-07-10 8:16 ` [PATCH v2 0/2] Support " Srinivas Kandagatla
2014-07-10 8:18 ` Srinivas Kandagatla [this message]
2014-07-10 8:18 ` [PATCH v2 2/2] clk: qcom: Fully support " Srinivas Kandagatla
2014-07-15 8:39 ` [PATCH v2 0/2] Support " Srinivas Kandagatla
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=1404980293-6072-1-git-send-email-srinivas.kandagatla@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).