mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
dt-bindings: sram: 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 <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jernej Skrabec <[email protected]>
This commit is contained in:
committed by
Jernej Skrabec
parent
cbec657208
commit
02cc4c30dc
@@ -56,7 +56,7 @@ properties:
|
||||
ranges: true
|
||||
|
||||
patternProperties:
|
||||
"^sram@[a-z0-9]+":
|
||||
"^sram@[a-f0-9]+":
|
||||
$ref: /schemas/sram/sram.yaml#
|
||||
unevaluatedProperties: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user