diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/leds/pca9633.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/leds/pca9633.txt b/Documentation/devicetree/bindings/leds/pca9633.txt index 6d9e1a9e7e9f..aece3eac1b63 100644 --- a/Documentation/devicetree/bindings/leds/pca9633.txt +++ b/Documentation/devicetree/bindings/leds/pca9633.txt | |||
@@ -1,24 +1,25 @@ | |||
1 | LEDs connected to pca9633 or pca9632 | 1 | LEDs connected to pca9632, pca9633 or pca9634 |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible : should be : "nxp,pca963x" | 4 | - compatible : should be : "nxp,pca9632", "nxp,pca9633" or "nxp,pca9634" |
5 | 5 | ||
6 | Optional properties: | 6 | Optional properties: |
7 | - nxp,totem-pole : use totem pole (push-pull) instead of default open-drain | 7 | - nxp,totem-pole : use totem pole (push-pull) instead of default open-drain |
8 | - nxp,hw-blink : use hardware blinking instead of software blinking | 8 | - nxp,hw-blink : use hardware blinking instead of software blinking |
9 | 9 | ||
10 | Each led is represented as a sub-node of the nxp,pca9633 device. | 10 | Each led is represented as a sub-node of the nxp,pca963x device. |
11 | 11 | ||
12 | LED sub-node properties: | 12 | LED sub-node properties: |
13 | - label : (optional) see Documentation/devicetree/bindings/leds/common.txt | 13 | - label : (optional) see Documentation/devicetree/bindings/leds/common.txt |
14 | - reg : number of LED line (could be from 0 to 4) | 14 | - reg : number of LED line (could be from 0 to 3 in pca9632 or pca9633 |
15 | or 0 to 7 in pca9634) | ||
15 | - linux,default-trigger : (optional) | 16 | - linux,default-trigger : (optional) |
16 | see Documentation/devicetree/bindings/leds/common.txt | 17 | see Documentation/devicetree/bindings/leds/common.txt |
17 | 18 | ||
18 | Examples: | 19 | Examples: |
19 | 20 | ||
20 | pca9632: pca9632 { | 21 | pca9632: pca9632 { |
21 | compatible = "nxp,pca9632", "nxp,pca963x"; | 22 | compatible = "nxp,pca9632"; |
22 | #address-cells = <1>; | 23 | #address-cells = <1>; |
23 | #size-cells = <0>; | 24 | #size-cells = <0>; |
24 | reg = <0x62>; | 25 | reg = <0x62>; |