Sfoglia il codice sorgente

Merge branch 'clk-fixes' into clk-next

* clk-fixes:
  drivers: clk: st: Incorrect register offset used for lock_status
Stephen Boyd 10 anni fa
parent
commit
f04b8b48d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/clk/st/clkgen-fsyn.c

+ 1 - 1
drivers/clk/st/clkgen-fsyn.c

@@ -340,7 +340,7 @@ static const struct clkgen_quadfs_data st_fs660c32_C_407 = {
 		    CLKGEN_FIELD(0x30c, 0xf, 20),
 		    CLKGEN_FIELD(0x30c, 0xf, 20),
 		    CLKGEN_FIELD(0x310, 0xf, 20) },
 		    CLKGEN_FIELD(0x310, 0xf, 20) },
 	.lockstatus_present = true,
 	.lockstatus_present = true,
-	.lock_status = CLKGEN_FIELD(0x2A0, 0x1, 24),
+	.lock_status = CLKGEN_FIELD(0x2f0, 0x1, 24),
 	.powerup_polarity = 1,
 	.powerup_polarity = 1,
 	.standby_polarity = 1,
 	.standby_polarity = 1,
 	.pll_ops	= &st_quadfs_pll_c32_ops,
 	.pll_ops	= &st_quadfs_pll_c32_ops,