diff options
| author | Matt Johnston <[email protected]> | 2023-10-13 12:06:23 +0800 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2023-10-17 12:45:02 +0200 |
| commit | ee71d6d5f18b55cbba20c84cce13519f7bb509e6 (patch) | |
| tree | 9aa66aae347a731c14cc19f23f5aba7a5fd8479b | |
| parent | 1b2d3b45c1941453703d70f46b70ab8985303b5d (diff) | |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/i3c/i3c.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |