From patchwork Mon Jul 17 04:06:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Johnston X-Patchwork-Id: 1808536 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.a=rsa-sha256 header.s=2022a header.b=PXe0KsEo; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4R47ny3ygJz20FM for ; Mon, 17 Jul 2023 14:07:18 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230018AbjGQEHP (ORCPT ); Mon, 17 Jul 2023 00:07:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229697AbjGQEHN (ORCPT ); Mon, 17 Jul 2023 00:07:13 -0400 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F64C107; Sun, 16 Jul 2023 21:07:10 -0700 (PDT) Received: by codeconstruct.com.au (Postfix, from userid 10001) id CE08120184; Mon, 17 Jul 2023 12:07:08 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1689566828; bh=6909hS4eCXpLD54uVYNkkdYhSqBOb+2n7qQgs3Y0m+I=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PXe0KsEooYHIwcmeipKlZ18RBuObXbqxlm+7YOWpNiZei1uXGDcXUME2+5Iq/LeF9 lWmj75Vn2Aiv0rgms4NYhCdxffrSuWld7K8yobAwYUPcVG0Jxrn4++B+cLqXPNqzCx XQhfG5dMJd5F4Z2/KXbCy+0AJClKnO1tUsvOXXfeuqZKX08RMmIocZ9fBEKboNePL+ TYOHwc2hzoGdiLW+x3U/iYGjrLRPqyOCySgSOUubT/xvQQTPIUAD4o/CDMk6UVcqD2 R26a0PnXmsBMlay6ZMLNhAA5dhlJgrpEE77Ms/JA6zDIYXhvhkFKSkZ9JNBDYyppde ohGcL0hztNA4g== 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 , Jeremy Kerr , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: [PATCH net-next v2 1/3] dt-bindings: i3c: Add mctp-controller property Date: Mon, 17 Jul 2023 12:06:36 +0800 Message-Id: <20230717040638.1292536-2-matt@codeconstruct.com.au> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230717040638.1292536-1-matt@codeconstruct.com.au> References: <20230717040638.1292536-1-matt@codeconstruct.com.au> 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,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.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 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"