linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: ns2: Correct SDIO bits
@ 2017-03-20 22:12 Jon Mason
  2017-04-19 16:50 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Mason @ 2017-03-20 22:12 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: bcm-kernel-feedback-list, linux-clk, linux-arm-kernel,
	linux-kernel, Bharat Kumar Reddy Gooty

From: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>

Corrected the bits for power and iso.

Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Fixes: f7225a83 ("clk: ns2: add clock support for Broadcom Northstar 2 SoC")
---
 drivers/clk/bcm/clk-ns2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/bcm/clk-ns2.c b/drivers/clk/bcm/clk-ns2.c
index a564e92..adc1414 100644
--- a/drivers/clk/bcm/clk-ns2.c
+++ b/drivers/clk/bcm/clk-ns2.c
@@ -103,7 +103,7 @@ CLK_OF_DECLARE(ns2_genpll_src_clk, "brcm,ns2-genpll-scr",
 
 static const struct iproc_pll_ctrl genpll_sw = {
 	.flags = IPROC_CLK_AON | IPROC_CLK_PLL_SPLIT_STAT_CTRL,
-	.aon = AON_VAL(0x0, 2, 9, 8),
+	.aon = AON_VAL(0x0, 1, 11, 10),
 	.reset = RESET_VAL(0x4, 2, 1),
 	.dig_filter = DF_VAL(0x0, 9, 3, 5, 4, 2, 3),
 	.ndiv_int = REG_VAL(0x8, 4, 10),
-- 
2.7.4

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

* Re: [PATCH] clk: ns2: Correct SDIO bits
  2017-03-20 22:12 [PATCH] clk: ns2: Correct SDIO bits Jon Mason
@ 2017-04-19 16:50 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2017-04-19 16:50 UTC (permalink / raw)
  To: Jon Mason
  Cc: Michael Turquette, bcm-kernel-feedback-list, linux-clk,
	linux-arm-kernel, linux-kernel, Bharat Kumar Reddy Gooty

On 03/20, Jon Mason wrote:
> From: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
> 
> Corrected the bits for power and iso.
> 
> Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
> Fixes: f7225a83 ("clk: ns2: add clock support for Broadcom Northstar 2 SoC")
> ---

Applied to clk-next

-- 
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:[~2017-04-19 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 22:12 [PATCH] clk: ns2: Correct SDIO bits Jon Mason
2017-04-19 16:50 ` 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).