linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: msm8960: fix ce3_core clk enable register
@ 2016-02-22 11:43 Srinivas Kandagatla
  2016-02-22 20:59 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Kandagatla @ 2016-02-22 11:43 UTC (permalink / raw)
  To: Stephen Boyd, linux-clk
  Cc: Michael Turquette, linux-kernel, linux-arm-msm, Srinivas Kandagatla

This patch corrects the enable register offset which is actually 0x36cc
instead of 0x36c4

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 drivers/clk/qcom/gcc-msm8960.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-msm8960.c b/drivers/clk/qcom/gcc-msm8960.c
index 063e0f0..d14eae1 100644
--- a/drivers/clk/qcom/gcc-msm8960.c
+++ b/drivers/clk/qcom/gcc-msm8960.c
@@ -2928,7 +2928,7 @@ static struct clk_branch ce3_core_clk = {
 	.halt_reg = 0x2fdc,
 	.halt_bit = 5,
 	.clkr = {
-		.enable_reg = 0x36c4,
+		.enable_reg = 0x36cc,
 		.enable_mask = BIT(4),
 		.hw.init = &(struct clk_init_data){
 			.name = "ce3_core_clk",
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: qcom: msm8960: fix ce3_core clk enable register
  2016-02-22 11:43 [PATCH] clk: qcom: msm8960: fix ce3_core clk enable register Srinivas Kandagatla
@ 2016-02-22 20:59 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2016-02-22 20:59 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: linux-clk, Michael Turquette, linux-kernel, linux-arm-msm

On 02/22, Srinivas Kandagatla wrote:
> This patch corrects the enable register offset which is actually 0x36cc
> instead of 0x36c4
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---

Applied to clk-next + added fixes tag

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-22 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-22 11:43 [PATCH] clk: qcom: msm8960: fix ce3_core clk enable register Srinivas Kandagatla
2016-02-22 20:59 ` Stephen Boyd

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).