diff options
Diffstat (limited to 'Documentation/devicetree/bindings/leds/leds-sgm3140.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml index f68259619488..37d2a93780ab 100644 --- a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml +++ b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml @@ -18,7 +18,10 @@ description: | properties: compatible: - const: sgmicro,sgm3140 + enum: + - ocs,ocp8110 + - richtek,rt5033-led + - sgmicro,sgm3140 enable-gpios: maxItems: 1 @@ -34,6 +37,7 @@ properties: led: type: object $ref: common.yaml# + unevaluatedProperties: false required: - compatible |