mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 16:19:53 +00:00
drivers: clk: st: Incorrect register offset used for lock_status
Incorrect register offset used for sthi407 clockgenC Signed-off-by: Pankaj Dev <pankaj.dev@st.com> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Fixes: 51306d56ba81 ("clk: st: STiH407: Support for clockgenC0") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
7b2a4635b8
commit
56551da925
@ -340,7 +340,7 @@ static const struct clkgen_quadfs_data st_fs660c32_C_407 = {
|
||||
CLKGEN_FIELD(0x30c, 0xf, 20),
|
||||
CLKGEN_FIELD(0x310, 0xf, 20) },
|
||||
.lockstatus_present = true,
|
||||
.lock_status = CLKGEN_FIELD(0x2A0, 0x1, 24),
|
||||
.lock_status = CLKGEN_FIELD(0x2f0, 0x1, 24),
|
||||
.powerup_polarity = 1,
|
||||
.standby_polarity = 1,
|
||||
.pll_ops = &st_quadfs_pll_c32_ops,
|
||||
|
Loading…
x
Reference in New Issue
Block a user