From: Matt Johnston Date: Fri, 13 Oct 2023 04:06:23 +0000 (+0800) Subject: dt-bindings: i3c: Add mctp-controller property X-Git-Tag: v6.7-rc1~160^2~115^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee71d6d5f18b55cbba20c84cce13519f7bb509e6;p=thirdparty%2Fkernel%2Flinux.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 ab69f4115de4f..d9483fbd24543 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"