Skip to content

Commit 5654d37

Browse files
cris-masudeep-holla
authored andcommitted
dt-bindings: firmware: arm,scmi: Introduce more transport properties
Depending on specific hardware and firmware design choices, it may be possible for different platforms to end up having different requirements regarding the same transport characteristics. Introduce max-msg-size and max-msg properties to describe such platform specific transport constraints, since they cannot be discovered otherwise. Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Cristian Marussi <[email protected]> Message-Id: <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 3229e33 commit 5654d37

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/devicetree/bindings/firmware/arm,scmi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,21 @@ properties:
131131
be a non-zero value if set.
132132
minimum: 1
133133

134+
arm,max-msg-size:
135+
$ref: /schemas/types.yaml#/definitions/uint32
136+
description:
137+
An optional value, expressed in bytes, representing the maximum size
138+
allowed for the payload of messages transmitted on this transport.
139+
140+
arm,max-msg:
141+
$ref: /schemas/types.yaml#/definitions/uint32
142+
description:
143+
An optional value representing the maximum number of concurrent in-flight
144+
messages allowed by this transport; this number represents the maximum
145+
number of concurrently outstanding messages that the server can handle on
146+
this platform. If set, the value should be non-zero.
147+
minimum: 1
148+
134149
arm,smc-id:
135150
$ref: /schemas/types.yaml#/definitions/uint32
136151
description:

0 commit comments

Comments
 (0)