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

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.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 9117a644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ properties:
  ranges: true

patternProperties:
  "^clock-controller@[0-9a-z]+$":
  "^clock-controller@[0-9a-f]+$":
    $ref: /schemas/clock/fsl,flexspi-clock.yaml#

required:
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ properties:
  ranges: true

patternProperties:
  "^interrupt-controller@[a-z0-9]+$":
  "^interrupt-controller@[a-f0-9]+$":
    $ref: /schemas/interrupt-controller/fsl,ls-extirq.yaml#

required: