Merge "dt-bindings: leds: use unevaluatedProperties for common.yaml"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
4a74690a02
@@ -72,14 +72,24 @@ properties:
|
|||||||
"^led@[0-9a-f]$":
|
"^led@[0-9a-f]$":
|
||||||
type: object
|
type: object
|
||||||
$ref: common.yaml#
|
$ref: common.yaml#
|
||||||
|
unevaluatedProperties: false
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
|
required:
|
||||||
|
- reg
|
||||||
|
|
||||||
patternProperties:
|
patternProperties:
|
||||||
"^led@[0-9a-f]$":
|
"^led@[0-9a-f]$":
|
||||||
type: object
|
type: object
|
||||||
$ref: common.yaml#
|
$ref: common.yaml#
|
||||||
|
unevaluatedProperties: false
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
reg: true
|
reg:
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- reg
|
- reg
|
||||||
|
Reference in New Issue
Block a user