Skip to content

Commit

Permalink
mfd: Add r_select to lm3533 platform data
Browse files Browse the repository at this point in the history
Add resistor-select parameter to the platform data.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Johan Hovold authored and Samuel Ortiz committed May 22, 2012
1 parent 77820ff commit 730a3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mfd/lm3533.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ struct lm3533_ctrlbank {

struct lm3533_als_platform_data {
unsigned pwm_mode:1; /* PWM input mode (default analog) */
u8 r_select; /* 1 - 127 (ignored in PWM-mode) */
};

struct lm3533_bl_platform_data {
Expand Down

0 comments on commit 730a3d0

Please sign in to comment.