Message ID | 20230717040638.1292536-2-matt@codeconstruct.com.au (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | I3C MCTP net driver | expand |
On 17/07/2023 06:06, Matt Johnston wrote: > This property is used to describe a I3C bus with attached MCTP I3C > target devices. > > Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> > --- > > v2: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- This is an automated instruction, just in case, because many review tags are being ignored. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 Best regards, Krzysztof
On 17/07/2023 12:06:36+0800, Matt Johnston wrote: > This property is used to describe a I3C bus with attached MCTP I3C > target devices. > > Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- > > v2: > > - Reworded DT property description to match I2C > > Documentation/devicetree/bindings/i3c/i3c.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i3c/i3c.yaml b/Documentation/devicetree/bindings/i3c/i3c.yaml > index fdb4212149e7..b052a20d591f 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" > -- > 2.37.2 >
diff --git a/Documentation/devicetree/bindings/i3c/i3c.yaml b/Documentation/devicetree/bindings/i3c/i3c.yaml index fdb4212149e7..b052a20d591f 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"
This property is used to describe a I3C bus with attached MCTP I3C target devices. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> --- v2: - Reworded DT property description to match I2C Documentation/devicetree/bindings/i3c/i3c.yaml | 6 ++++++ 1 file changed, 6 insertions(+)