mirror of https://gitee.com/openkylin/linux.git
mfd: Add r_select to lm3533 platform data
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>
This commit is contained in:
parent
77820ffae6
commit
730a3d01b1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue