]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: ns2: Correct SDIO bits
authorBharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Mon, 20 Mar 2017 22:12:14 +0000 (18:12 -0400)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 19 Apr 2017 16:50:39 +0000 (09:50 -0700)
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")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/bcm/clk-ns2.c

index a564e9248814c19129b0f824f36e1511a98938cc..adc14145861a4f1309d1613ce9583fcbdddcb89e 100644 (file)
@@ -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),