summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/leds/leds-max77650.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/leds/leds-max77650.yaml')
-rw-r--r--dts/Bindings/leds/leds-max77650.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/dts/Bindings/leds/leds-max77650.yaml b/dts/Bindings/leds/leds-max77650.yaml
index 8c43f1e1bf..fdb08f44a4 100644
--- a/dts/Bindings/leds/leds-max77650.yaml
+++ b/dts/Bindings/leds/leds-max77650.yaml
@@ -30,9 +30,8 @@ properties:
patternProperties:
"^led@[0-2]$":
- type: object
- description: |
- Properties for a single LED.
+ $ref: common.yaml#
+ unevaluatedProperties: false
properties:
reg:
@@ -41,11 +40,10 @@ patternProperties:
minimum: 0
maximum: 2
- label: true
-
- linux,default-trigger: true
-
required:
- compatible
- "#address-cells"
- "#size-cells"
+additionalProperties: false
+
+...