Skip to content

Commit

Permalink
iio: health/afe4404: ENSEPGAIN is part of CONTROL2 register
Browse files Browse the repository at this point in the history
Rename this definition, no functional changes.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Andrew F. Davis authored and Jonathan Cameron committed May 4, 2016
1 parent e462350 commit 0825cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/iio/health/afe4404.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
#define AFE4404_AVG_LED2_ALED2VAL 0x3f
#define AFE4404_AVG_LED1_ALED1VAL 0x40

/* AFE4404 CONTROL3 register fields */
#define AFE440X_CONTROL3_OSC_ENABLE BIT(9)
/* AFE4404 CONTROL2 register fields */
#define AFE440X_CONTROL2_OSC_ENABLE BIT(9)

enum afe4404_fields {
/* Gains */
Expand Down Expand Up @@ -398,7 +398,7 @@ static const struct reg_sequence afe4404_reg_sequences[] = {
AFE4404_TIMING_PAIRS,
{ AFE440X_CONTROL1, AFE440X_CONTROL1_TIMEREN },
{ AFE4404_TIA_GAIN_SEP, AFE440X_TIAGAIN_ENSEPGAIN },
{ AFE440X_CONTROL2, AFE440X_CONTROL3_OSC_ENABLE },
{ AFE440X_CONTROL2, AFE440X_CONTROL2_OSC_ENABLE },
};

static const struct regmap_range afe4404_yes_ranges[] = {
Expand Down

0 comments on commit 0825cce

Please sign in to comment.