forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Mark Brown <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
- Loading branch information
Showing
6 changed files
with
992 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
What: /sys/bus/i2c/devices/.../boost_freq | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <[email protected]> | ||
Description: | ||
Set the boost converter switching frequency (0, 1), where | ||
|
||
0 - 500Hz | ||
1 - 1000Hz | ||
|
||
What: /sys/bus/i2c/devices/.../boost_ovp | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <[email protected]> | ||
Description: | ||
Set the boost converter over-voltage protection threshold | ||
(0..3), where | ||
|
||
0 - 16V | ||
1 - 24V | ||
2 - 32V | ||
3 - 40V | ||
|
||
What: /sys/bus/i2c/devices/.../output_hvled[n] | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <[email protected]> | ||
Description: | ||
Set the controlling backlight device for high-voltage current | ||
sink HVLED[n] (n = 1, 2) (0, 1). | ||
|
||
What: /sys/bus/i2c/devices/.../output_lvled[n] | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <[email protected]> | ||
Description: | ||
Set the controlling led device for low-voltage current sink | ||
LVLED[n] (n = 1..5) (0..3). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.