mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
dt-bindings: sram: Allow multiple-word prefixes to sram subnode
Currently, foo-sram is allowed, but foo-bar-sram is not. Allow it so that more complex names aren't unnecessarily simplified. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260409-topic-sram_dtbindings_misc-v2-1-59dc6b0dec45@oss.qualcomm.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
4e0dc01bd5
commit
738dd185d3
@@ -66,7 +66,7 @@ properties:
|
||||
type: boolean
|
||||
|
||||
patternProperties:
|
||||
"^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$":
|
||||
"^([a-z0-9]+-)*sram(-section)?@[a-f0-9]+$":
|
||||
type: object
|
||||
description:
|
||||
Each child of the sram node specifies a region of reserved memory.
|
||||
|
||||
Reference in New Issue
Block a user