Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Linus Walleij
47eed112 f6f62a9a

+5 -5
+1 -1
Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-a1.yaml
··· 24 24 - compatible 25 25 26 26 patternProperties: 27 - "^bank@[0-9a-z]+$": 27 + "^bank@[0-9a-f]+$": 28 28 $ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio 29 29 30 30 unevaluatedProperties: false
+1 -1
Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-g12a-aobus.yaml
··· 21 21 - compatible 22 22 23 23 patternProperties: 24 - "^bank@[0-9a-z]+$": 24 + "^bank@[0-9a-f]+$": 25 25 $ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio 26 26 27 27 unevaluatedProperties: false
+1 -1
Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-g12a-periphs.yaml
··· 21 21 - compatible 22 22 23 23 patternProperties: 24 - "^bank@[0-9a-z]+$": 24 + "^bank@[0-9a-f]+$": 25 25 $ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio 26 26 27 27 unevaluatedProperties: false
+1 -1
Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-aobus.yaml
··· 29 29 - compatible 30 30 31 31 patternProperties: 32 - "^bank@[0-9a-z]+$": 32 + "^bank@[0-9a-f]+$": 33 33 $ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio 34 34 35 35 unevaluatedProperties: false
+1 -1
Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml
··· 29 29 - compatible 30 30 31 31 patternProperties: 32 - "^bank@[0-9a-z]+$": 32 + "^bank@[0-9a-f]+$": 33 33 $ref: amlogic,meson-pinctrl-common.yaml#/$defs/meson-gpio 34 34 35 35 unevaluatedProperties: false