From: Matt Johnston Date: Fri, 13 Oct 2023 04:06:23 +0000 (+0800) Subject: dt-bindings: i3c: Add mctp-controller property X-Git-Tag: microblaze-v6.8~125^2~121^2~2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=ee71d6d5f18b55cbba20c84cce13519f7bb509e6;p=linux-2.6-microblaze.git dt-bindings: i3c: Add mctp-controller property This property is used to describe a I3C bus with attached MCTP I3C target devices. Signed-off-by: Matt Johnston Reviewed-by: Krzysztof Kozlowski Acked-by: Alexandre Belloni Signed-off-by: Paolo Abeni --- diff --git a/Documentation/devicetree/bindings/i3c/i3c.yaml b/Documentation/devicetree/bindings/i3c/i3c.yaml index ab69f4115de4..d9483fbd2454 100644 --- a/Documentation/devicetree/bindings/i3c/i3c.yaml +++ b/Documentation/devicetree/bindings/i3c/i3c.yaml @@ -55,6 +55,12 @@ properties: May not be supported by all controllers. + mctp-controller: + type: boolean + description: | + Indicates that the system is accessible via this bus as an endpoint for + MCTP over I3C transport. + required: - "#address-cells" - "#size-cells"