We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcb9d3 commit 8978297Copy full SHA for 8978297
drivers/regulator/ltc7871-regulator.c
@@ -220,7 +220,7 @@ static int ltc7871_parse_fw(struct ltc7871 *chip)
220
/* Setting default values based on LTC7871 Datasheet and Demo Circuit DC2886A Schematic */
221
chip->idac_setcur_uA = 0;
222
chip->freq_spread_percentage = "+-12%";
223
- chip->switching_freq_divider = 512000000;
+ chip->switching_freq_divider = 512;
224
chip->enable_chip_ctrl_wp = 0;
225
chip->ra_ext = 10000;
226
chip->rb_ext = 107000;
0 commit comments