dt-bindings: i3c: Add mctp-controller property
authorMatt Johnston <matt@codeconstruct.com.au>
Fri, 13 Oct 2023 04:06:23 +0000 (12:06 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 17 Oct 2023 10:45:02 +0000 (12:45 +0200)
This property is used to describe a I3C bus with attached MCTP I3C
target devices.

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/devicetree/bindings/i3c/i3c.yaml

index ab69f41..d9483fb 100644 (file)
@@ -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"