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 ee9d7a0 commit 1211644Copy full SHA for 1211644
Documentation/devicetree/bindings/leds/leds-lgm.yaml
@@ -64,6 +64,9 @@ properties:
64
minimum: 0
65
maximum: 2
66
67
+ led-gpios:
68
+ maxItems: 1
69
+
70
intel,sso-hw-trigger:
71
type: boolean
72
description: This property indicates Hardware driven/control LED.
@@ -118,14 +121,14 @@ examples:
118
121
reg = <0>;
119
122
function = "gphy";
120
123
color = <LED_COLOR_ID_GREEN>;
- led-gpio = <&ssogpio 0 0>;
124
+ led-gpios = <&ssogpio 0 0>;
125
};
126
127
led@2 {
128
reg = <2>;
129
function = LED_FUNCTION_POWER;
130
- led-gpio = <&ssogpio 23 0>;
131
+ led-gpios = <&ssogpio 23 0>;
132
133
134
0 commit comments