We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882762 commit 20dbf6dCopy full SHA for 20dbf6d
Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml
@@ -41,6 +41,9 @@ properties:
41
description:
42
Leds matrix size
43
44
+ enable-gpios:
45
+ maxItems: 1
46
+
47
patternProperties:
48
"^led@[0-9a-f]$":
49
type: object
@@ -90,6 +93,7 @@ additionalProperties: false
90
93
91
94
examples:
92
95
- |
96
+ #include <dt-bindings/gpio/gpio.h>
97
#include <dt-bindings/leds/common.h>
98
99
i2c {
@@ -102,6 +106,7 @@ examples:
102
106
#address-cells = <1>;
103
107
#size-cells = <0>;
104
108
awinic,display-rows = <3>;
109
+ enable-gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
105
110
111
led@0 {
112
reg = <0x0>;
0 commit comments