diff options
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt b/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt index 76485247b35d..5fb9279ac287 100644 --- a/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt +++ b/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt | |||
@@ -9,6 +9,7 @@ Required properties: | |||
9 | - backlight: node for specifying WLED1 and WLED2 lines in TPS65217 | 9 | - backlight: node for specifying WLED1 and WLED2 lines in TPS65217 |
10 | - isel: selection bit, valid values: 1 for ISEL1 (low-level) and 2 for ISEL2 (high-level) | 10 | - isel: selection bit, valid values: 1 for ISEL1 (low-level) and 2 for ISEL2 (high-level) |
11 | - fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000 | 11 | - fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000 |
12 | - default-brightness: valid values: 0-100 | ||
12 | 13 | ||
13 | Each regulator is defined using the standard binding for regulators. | 14 | Each regulator is defined using the standard binding for regulators. |
14 | 15 | ||
@@ -20,5 +21,7 @@ Example: | |||
20 | backlight { | 21 | backlight { |
21 | isel = <1>; /* 1 - ISET1, 2 ISET2 */ | 22 | isel = <1>; /* 1 - ISET1, 2 ISET2 */ |
22 | fdim = <100>; /* TPS65217_BL_FDIM_100HZ */ | 23 | fdim = <100>; /* TPS65217_BL_FDIM_100HZ */ |
24 | default-brightness = <50>; | ||
23 | }; | 25 | }; |
24 | }; | 26 | }; |
27 | |||