From patchwork Fri Oct 13 04:06:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Johnston X-Patchwork-Id: 13420123 X-Patchwork-Delegate: kuba@kernel.org Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 20D1E15D0; Fri, 13 Oct 2023 04:06:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="nKQlGbzr" Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DD57B7; Thu, 12 Oct 2023 21:06:42 -0700 (PDT) Received: by codeconstruct.com.au (Postfix, from userid 10001) id 8D87820038; Fri, 13 Oct 2023 12:06:37 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1697169997; bh=7sMUa1sObnQgRvW7PGlm0vTqpN700RfSw+k2erhxzhw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nKQlGbzrXDNyit+Ze+tzE+EqH9yuCvh8R0DuIYQj29tS3vvPwBSvvl8NroRfymTUX 0E/KV9QEXogiMWmLuNCoCTKazfNEjpi1GonxfFOXNj/HymkVEQ2w7wXN3kPa1mJEgz LeopLRsOGNgf25IQF9MhxwlJjRI7+MblrXRN9d+VzWs6t0K1ds8nNYD1/h1KsRGpeY EKqq7L/aS8Hw96jnIGHxJdfR/2vEepfZk8VC6wJuJ4zen5H9EjNumn8qGcKWIYBXGy 7DvMl4cX8+LCZw+EFEBDG2c4ivMmaopWMSbwtDoKUBqDBPfDC7ClcRJ0qvS7cJgtwd IOI9r074ySCLA== From: Matt Johnston To: linux-i3c@lists.infradead.org, netdev@vger.kernel.org, devicetree@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , Jeremy Kerr , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , miquel.raynal@bootlin.com, Krzysztof Kozlowski Subject: [PATCH net-next v6 1/3] dt-bindings: i3c: Add mctp-controller property Date: Fri, 13 Oct 2023 12:06:23 +0800 Message-ID: <20231013040628.354323-2-matt@codeconstruct.com.au> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231013040628.354323-1-matt@codeconstruct.com.au> References: <20231013040628.354323-1-matt@codeconstruct.com.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org 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 --- 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 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"