Skip to content

Commit 30e312b

Browse files
amboarlag-linaro
authored andcommitted
dt-bindings: mfd: Document smp-memram subnode for aspeed,ast2x00-scu
The platform initialisation code for the AST2600 implements the custom SMP bringup protocol, and searches for the relevant compatible. As a consequence, define the requisite node and the compatible string, which in-turn tidies up the dtb check results. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260109-dev-dt-warnings-mfd-v1-1-1aabe37e9a14@codeconstruct.com.au Signed-off-by: Lee Jones <lee@kernel.org>
1 parent cefd793 commit 30e312b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@ patternProperties:
130130
- description: silicon id information registers
131131
- description: unique chip id registers
132132

133+
'^smp-memram@[0-9a-f]+$':
134+
description: Memory region used for the AST2600's custom SMP bringup protocol
135+
type: object
136+
additionalProperties: false
137+
138+
properties:
139+
compatible:
140+
const: aspeed,ast2600-smpmem
141+
142+
reg:
143+
description: The SMP memory region
144+
maxItems: 1
145+
146+
required:
147+
- compatible
148+
- reg
149+
133150
required:
134151
- compatible
135152
- reg

0 commit comments

Comments
 (0)