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

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: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240325104833.33372-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
6fad9df4 9117a644

+2 -2
+1 -1
Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml
··· 51 51 ranges: true 52 52 53 53 patternProperties: 54 - "^clock-controller@[0-9a-z]+$": 54 + "^clock-controller@[0-9a-f]+$": 55 55 $ref: /schemas/clock/fsl,flexspi-clock.yaml# 56 56 57 57 required:
+1 -1
Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml
··· 41 41 ranges: true 42 42 43 43 patternProperties: 44 - "^interrupt-controller@[a-z0-9]+$": 44 + "^interrupt-controller@[a-f0-9]+$": 45 45 $ref: /schemas/interrupt-controller/fsl,ls-extirq.yaml# 46 46 47 47 required: