diff options
author | Johan Hovold <jhovold@gmail.com> | 2012-05-03 06:26:36 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-09 11:20:01 -0400 |
commit | 16c5c023aac86228e3e94c4bf6d19708ea861a05 (patch) | |
tree | 2fb7e87ef18d2520e4e0e957e4512c9f92a3886d /Documentation | |
parent | ae8406357eca7fde4ff047e858d285faee836804 (diff) |
mfd: Add LM3533 lighting-power core driver
Add support for National Semiconductor / TI LM3533 lighting power chips.
This is the core driver which provides register access over I2C and
registers the ambient-light-sensor, LED and backlight sub-drivers.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 b/Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 new file mode 100644 index 000000000000..570072180b8d --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 | |||
@@ -0,0 +1,38 @@ | |||
1 | What: /sys/bus/i2c/devices/.../boost_freq | ||
2 | Date: April 2012 | ||
3 | KernelVersion: 3.5 | ||
4 | Contact: Johan Hovold <jhovold@gmail.com> | ||
5 | Description: | ||
6 | Set the boost converter switching frequency (0, 1), where | ||
7 | |||
8 | 0 - 500Hz | ||
9 | 1 - 1000Hz | ||
10 | |||
11 | What: /sys/bus/i2c/devices/.../boost_ovp | ||
12 | Date: April 2012 | ||
13 | KernelVersion: 3.5 | ||
14 | Contact: Johan Hovold <jhovold@gmail.com> | ||
15 | Description: | ||
16 | Set the boost converter over-voltage protection threshold | ||
17 | (0..3), where | ||
18 | |||
19 | 0 - 16V | ||
20 | 1 - 24V | ||
21 | 2 - 32V | ||
22 | 3 - 40V | ||
23 | |||
24 | What: /sys/bus/i2c/devices/.../output_hvled[n] | ||
25 | Date: April 2012 | ||
26 | KernelVersion: 3.5 | ||
27 | Contact: Johan Hovold <jhovold@gmail.com> | ||
28 | Description: | ||
29 | Set the controlling backlight device for high-voltage current | ||
30 | sink HVLED[n] (n = 1, 2) (0, 1). | ||
31 | |||
32 | What: /sys/bus/i2c/devices/.../output_lvled[n] | ||
33 | Date: April 2012 | ||
34 | KernelVersion: 3.5 | ||
35 | Contact: Johan Hovold <jhovold@gmail.com> | ||
36 | Description: | ||
37 | Set the controlling led device for low-voltage current sink | ||
38 | LVLED[n] (n = 1..5) (0..3). | ||