diff options
Diffstat (limited to 'Documentation/devicetree/bindings/video/backlight/lp855x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/video/backlight/lp855x.txt | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/video/backlight/lp855x.txt b/Documentation/devicetree/bindings/video/backlight/lp855x.txt index 1482103d288f..96e83a56048e 100644 --- a/Documentation/devicetree/bindings/video/backlight/lp855x.txt +++ b/Documentation/devicetree/bindings/video/backlight/lp855x.txt | |||
@@ -2,7 +2,7 @@ lp855x bindings | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "ti,lp8550", "ti,lp8551", "ti,lp8552", "ti,lp8553", | 4 | - compatible: "ti,lp8550", "ti,lp8551", "ti,lp8552", "ti,lp8553", |
5 | "ti,lp8556", "ti,lp8557" | 5 | "ti,lp8555", "ti,lp8556", "ti,lp8557" |
6 | - reg: I2C slave address (u8) | 6 | - reg: I2C slave address (u8) |
7 | - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device. | 7 | - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device. |
8 | 8 | ||
@@ -15,6 +15,33 @@ Optional properties: | |||
15 | 15 | ||
16 | Example: | 16 | Example: |
17 | 17 | ||
18 | /* LP8555 */ | ||
19 | backlight@2c { | ||
20 | compatible = "ti,lp8555"; | ||
21 | reg = <0x2c>; | ||
22 | |||
23 | dev-ctrl = /bits/ 8 <0x00>; | ||
24 | pwm-period = <10000>; | ||
25 | |||
26 | /* 4V OV, 4 output LED0 string enabled */ | ||
27 | rom_14h { | ||
28 | rom-addr = /bits/ 8 <0x14>; | ||
29 | rom-val = /bits/ 8 <0xcf>; | ||
30 | }; | ||
31 | |||
32 | /* Heavy smoothing, 24ms ramp time step */ | ||
33 | rom_15h { | ||
34 | rom-addr = /bits/ 8 <0x15>; | ||
35 | rom-val = /bits/ 8 <0xc7>; | ||
36 | }; | ||
37 | |||
38 | /* 4 output LED1 string enabled */ | ||
39 | rom_19h { | ||
40 | rom-addr = /bits/ 8 <0x19>; | ||
41 | rom-val = /bits/ 8 <0x0f>; | ||
42 | }; | ||
43 | }; | ||
44 | |||
18 | /* LP8556 */ | 45 | /* LP8556 */ |
19 | backlight@2c { | 46 | backlight@2c { |
20 | compatible = "ti,lp8556"; | 47 | compatible = "ti,lp8556"; |