From patchwork Thu Jan 14 17:55:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 12020455 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF791C433DB for ; Thu, 14 Jan 2021 17:56:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B217F23A57 for ; Thu, 14 Jan 2021 17:56:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B217F23A57 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2SJyUZsHvt1fg6CZshMhcOpQ+TsimAI28VASgIw+16s=; b=L6UAz0wOcQd4VlOfWkc+dzTQu jHbio8AMgHmGWEL42YeRN7dC8zzcJUtaW81akWiJfvRrdoe3QDnsfudAU7NwXnByFA99gZigIhBCT x8/S7vBbEFHC+Blm0QtP55Ftij7lkEHYJaetfjvDGOgDktJK0XNv6dIpMsvVi98lGkw7qvV5upn6C +bRJ6k8P1oaKeq5j6rRxwMey++AXXmTtljKnqxLQNjnvM2QAhZJC5Of9u2Q4TnqUBwKIPYo6pX/vL fiw43TGE5WWK6/MQj29IErz7lEY6vYxWdg1YkVDCkZgSvIyUF9hZtKz6CqiuDdCZenN3uw+w9nuTs JjtaGCDKQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l06qw-00067b-H1; Thu, 14 Jan 2021 17:56:10 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l06qs-000650-5W for linux-i3c@lists.infradead.org; Thu, 14 Jan 2021 17:56:06 +0000 X-Originating-IP: 86.201.233.230 Received: from localhost.localdomain (lfbn-tou-1-151-230.w86-201.abo.wanadoo.fr [86.201.233.230]) (Authenticated sender: miquel.raynal@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 86C22FF808; Thu, 14 Jan 2021 17:56:04 +0000 (UTC) From: Miquel Raynal To: Rob Herring , , Alexandre Belloni , linux-i3c@lists.infradead.org Subject: [PATCH v4 2/6] dt-bindings: i3c: mipi-hci: Include the bus binding Date: Thu, 14 Jan 2021 18:55:54 +0100 Message-Id: <20210114175558.17097-3-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210114175558.17097-1-miquel.raynal@bootlin.com> References: <20210114175558.17097-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210114_125606_320910_B196C114 X-CRM114-Status: UNSURE ( 8.67 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Miquel Raynal , Rajeev Huralikoppi , Conor Culhane , Thomas Petazzoni , Nicolas Pitre Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org Fix a tiny mistake: the node title should have been named after the description done in the historical i3c.txt file, ie: i3c-master@
. Cc: Nicolas Pitre Signed-off-by: Miquel Raynal --- Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml b/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml index 07a7b10163a3..5d7341859650 100644 --- a/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml +++ b/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml @@ -9,6 +9,9 @@ title: MIPI I3C HCI Device Tree Bindings maintainers: - Nicolas Pitre +allOf: + - $ref: "i3c.yaml#" + description: | MIPI I3C Host Controller Interface @@ -40,7 +43,7 @@ additionalProperties: false examples: - | - i3c@a0000000 { + i3c-master@a0000000 { compatible = "mipi-i3c-hci"; reg = <0xa0000000 0x2000>; interrupts = <89>;