dt-bindings: pinctrl: amlogic: narrow regex for unit address to hex numbers

Regular expression used to match the unit address part should not allow
non-hex numbers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240123083511.21063-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2024-01-23 09:35:11 +01:00 committed by Linus Walleij
parent f6f62a9a93
commit 47eed1127d
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ required:
- compatible
patternProperties:
"^bank@[0-9a-z]+$":
"^bank@[0-9a-f]+$":
$ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio
unevaluatedProperties: false

View File

@ -21,7 +21,7 @@ required:
- compatible
patternProperties:
"^bank@[0-9a-z]+$":
"^bank@[0-9a-f]+$":
$ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio
unevaluatedProperties: false

View File

@ -21,7 +21,7 @@ required:
- compatible
patternProperties:
"^bank@[0-9a-z]+$":
"^bank@[0-9a-f]+$":
$ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio
unevaluatedProperties: false

View File

@ -29,7 +29,7 @@ required:
- compatible
patternProperties:
"^bank@[0-9a-z]+$":
"^bank@[0-9a-f]+$":
$ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio
unevaluatedProperties: false

View File

@ -29,7 +29,7 @@ required:
- compatible
patternProperties:
"^bank@[0-9a-z]+$":
"^bank@[0-9a-f]+$":
$ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio
unevaluatedProperties: false