summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/memory-controllers
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-23 09:35:17 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-25 12:04:09 +0100
commit2f542c937c48c2bd5a8ddf180b417fbe7152559f (patch)
treecc504cd4f45e2b988baf5825717e677ad5d6b776 /Documentation/devicetree/bindings/memory-controllers
parentf0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 (diff)
downloadlwn-2f542c937c48c2bd5a8ddf180b417fbe7152559f.tar.gz
lwn-2f542c937c48c2bd5a8ddf180b417fbe7152559f.zip
dt-bindings: memory-controllers: narrow regex for unit address to hex numbers
Regular expression used to match the unit address part should not allow non-hex numbers. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/20240123083517.21091-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/memory-controllers')
-rw-r--r--Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml b/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml
index f54e553e6c0e..71896cb10692 100644
--- a/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml
@@ -145,7 +145,7 @@ patternProperties:
"^emc-table@[0-9]+$":
$ref: "#/$defs/emc-table"
- "^emc-tables@[a-z0-9-]+$":
+ "^emc-tables@[a-f0-9-]+$":
type: object
properties:
reg: