dt-bindings: pinctrl: mediatek: mt7986: fix patternProperties regex
Set second level patternProperties to '^.*mux.*$' and '^.*conf.*$' on mediatek,mt7986-pinctrl.yaml to be on par with other schemas. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230317213011.13656-19-arinc.unal@arinc9.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
6a735ad501
commit
4b8efbae17
|
@ -72,7 +72,7 @@ patternProperties:
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
patternProperties:
|
patternProperties:
|
||||||
'.*mux.*':
|
'^.*mux.*$':
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
description: |
|
description: |
|
||||||
|
@ -256,7 +256,7 @@ patternProperties:
|
||||||
items:
|
items:
|
||||||
enum: [wf_2g, wf_5g, wf_dbdc]
|
enum: [wf_2g, wf_5g, wf_dbdc]
|
||||||
maxItems: 3
|
maxItems: 3
|
||||||
'.*conf.*':
|
'^.*conf.*$':
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue