mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 12:28:27 +00:00
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…
x
Reference in New Issue
Block a user