Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376758
b: refs/heads/master
c: 2eb3a81
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Jonathan Cameron committed Jun 4, 2013
1 parent ed5682a commit 92a389e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e916b80d2b1988e985abc0a1c85eca5b96c61f48
refs/heads/master: 2eb3a81eef0510511a3211bb3da560f446a8c8de
2 changes: 1 addition & 1 deletion trunk/drivers/iio/frequency/adf4350.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int adf4350_set_freq(struct adf4350_state *st, unsigned long long freq)
(pdata->r2_user_settings & (ADF4350_REG2_PD_POLARITY_POS |
ADF4350_REG2_LDP_6ns | ADF4350_REG2_LDF_INT_N |
ADF4350_REG2_CHARGE_PUMP_CURR_uA(5000) |
ADF4350_REG2_MUXOUT(0x7) | ADF4350_REG2_NOISE_MODE(0x9)));
ADF4350_REG2_MUXOUT(0x7) | ADF4350_REG2_NOISE_MODE(0x3)));

st->regs[ADF4350_REG3] = pdata->r3_user_settings &
(ADF4350_REG3_12BIT_CLKDIV(0xFFF) |
Expand Down

0 comments on commit 92a389e

Please sign in to comment.