Skip to content

Commit 8978297

Browse files
committed
driver
1 parent bfcb9d3 commit 8978297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/ltc7871-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static int ltc7871_parse_fw(struct ltc7871 *chip)
220220
/* Setting default values based on LTC7871 Datasheet and Demo Circuit DC2886A Schematic */
221221
chip->idac_setcur_uA = 0;
222222
chip->freq_spread_percentage = "+-12%";
223-
chip->switching_freq_divider = 512000000;
223+
chip->switching_freq_divider = 512;
224224
chip->enable_chip_ctrl_wp = 0;
225225
chip->ra_ext = 10000;
226226
chip->rb_ext = 107000;

0 commit comments

Comments
 (0)