diff options
| author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2023-03-18 00:30:08 +0300 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2023-03-19 21:47:26 +0100 |
| commit | 4b8efbae17e1f2762cd3799970b702bf61dfb5be (patch) | |
| tree | ea82b1e2dd58f63d7bfc6723f5b3a55edb775a1a | |
| parent | 6a735ad501816786af9fc372eeace9ce4735bac0 (diff) | |
| download | linux-4b8efbae17e1f2762cd3799970b702bf61dfb5be.tar.gz linux-4b8efbae17e1f2762cd3799970b702bf61dfb5be.zip | |
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>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml index 31c36689438c..0f615ada290a 100644 --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml @@ -72,7 +72,7 @@ patternProperties: additionalProperties: false patternProperties: - '.*mux.*': + '^.*mux.*$': type: object additionalProperties: false description: | @@ -256,7 +256,7 @@ patternProperties: items: enum: [wf_2g, wf_5g, wf_dbdc] maxItems: 3 - '.*conf.*': + '^.*conf.*$': type: object additionalProperties: false description: |
