Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Samuel Ortiz
730a3d01 77820ffa

+1
+1
include/linux/mfd/lm3533.h
··· 43 43 44 44 struct lm3533_als_platform_data { 45 45 unsigned pwm_mode:1; /* PWM input mode (default analog) */ 46 + u8 r_select; /* 1 - 127 (ignored in PWM-mode) */ 46 47 }; 47 48 48 49 struct lm3533_bl_platform_data {