Commit 6fad9df4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: soc: fsl: narrow regex for unit address to hex numbers

Regular expression used to match the unit address part should not allow
non-hex numbers.
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240325104833.33372-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 9117a644
...@@ -51,7 +51,7 @@ properties: ...@@ -51,7 +51,7 @@ properties:
ranges: true ranges: true
patternProperties: patternProperties:
"^clock-controller@[0-9a-z]+$": "^clock-controller@[0-9a-f]+$":
$ref: /schemas/clock/fsl,flexspi-clock.yaml# $ref: /schemas/clock/fsl,flexspi-clock.yaml#
required: required:
......
...@@ -41,7 +41,7 @@ properties: ...@@ -41,7 +41,7 @@ properties:
ranges: true ranges: true
patternProperties: patternProperties:
"^interrupt-controller@[a-z0-9]+$": "^interrupt-controller@[a-f0-9]+$":
$ref: /schemas/interrupt-controller/fsl,ls-extirq.yaml# $ref: /schemas/interrupt-controller/fsl,ls-extirq.yaml#
required: required:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment