Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ns2: Correct SDIO bits

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>

authored by

Bharat Kumar Reddy Gooty and committed by
Stephen Boyd
8973aa4a 46a7253d

+1 -1
+1 -1
drivers/clk/bcm/clk-ns2.c
··· 103 103 104 104 static const struct iproc_pll_ctrl genpll_sw = { 105 105 .flags = IPROC_CLK_AON | IPROC_CLK_PLL_SPLIT_STAT_CTRL, 106 - .aon = AON_VAL(0x0, 2, 9, 8), 106 + .aon = AON_VAL(0x0, 1, 11, 10), 107 107 .reset = RESET_VAL(0x4, 2, 1), 108 108 .dig_filter = DF_VAL(0x0, 9, 3, 5, 4, 2, 3), 109 109 .ndiv_int = REG_VAL(0x8, 4, 10),