From patchwork Thu Jan 6 18:25:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 12705638 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D4A3EC433F5 for ; Thu, 6 Jan 2022 18:26:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=VKZBLkoqe1OqXuer5ypYE6DrnVLYvs8Vmfx80ePHqpM=; b=RbGKNXJv09TuLC /mC5co6CHxrnSLVD3JEkwVA5W8yRtxUw47jAA/5ylP6qwvqJC50Cq6IKh3eqzf9slgWg+9lRbZ1zH PSpEGZABn1i/zJqQT9t0EcSVopno+Aa5fwvlPdQzA1HCNDXf/iBIH7NhpDvTweOEirCk0xdT80w7N Ok1frT7cS6i5nQoOwmtuJDVOuh0S8jh1FslqP22xgJcLK3lve98Oho4PLV4FpVKisEsN+9+J8VS1A 2/UZbyS60cWC/fDsiVXpjOq5maJZ+LM9nby8+96eKKvKCVWeLyxQhpI8bpQ7fz6E+nHhywLTm+r9Q zXG043DkFKurSQJ2Nfxg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5XSB-00111b-7E; Thu, 06 Jan 2022 18:25:35 +0000 Received: from mail-oo1-f47.google.com ([209.85.161.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5XS6-0010zQ-Sj for linux-arm-kernel@lists.infradead.org; Thu, 06 Jan 2022 18:25:32 +0000 Received: by mail-oo1-f47.google.com with SMTP id b1-20020a4a8101000000b002c659ab1342so863329oog.1 for ; Thu, 06 Jan 2022 10:25:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WtCQ64pgnWNLBdjxVsdLoyMOG4H3ImMrrn1XpG3ExcA=; b=Dvef/hKSJS+DsquYfLlfZilH1VF0cf+zRvcj9exGp1uclDtK3vy0SCfxw3YCKHwbCa C5Pi3buLev2WxtzOLyxpgEKywql72vWWPQSbPpx12bHSBbn/s0JXH9QceBC09OQ+/JZJ sPrB4uXPxAf4hletAvQ7ZtyQU4kZPk7H/Dd7xeMieck1Xclg8ElbFIBLQXZFmSil7NJc 1qg8nf+KL8P5P7WPyieUZZfyP5VNlB7F1sqER5Q9GFlU2f8Upsl5t1K/WIk4W0zb6ClS 7+8gFHf0598s09GuMD/cXWw/IMMze5GtVf8I0aHL0wO7/bpg+Cmtfc75Bz4ARdCP8O+S YFmA== X-Gm-Message-State: AOAM531kqg4aQy7GACRDPb1pKCr4ni5K4rDGYDyCfULGHd/f33isOFQv C2Clkroa3u1SH+2zcZnuQw== X-Google-Smtp-Source: ABdhPJzKDWd6vBFFNsqBd4lZyEsZpnUl3yI1fJXxIsRANiAi/P4L/f0feB7E4LSMjdWW3N4GAg6dLg== X-Received: by 2002:a4a:2f81:: with SMTP id p123mr36268575oop.77.1641493528400; Thu, 06 Jan 2022 10:25:28 -0800 (PST) Received: from xps15.herring.priv (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.googlemail.com with ESMTPSA id r13sm484949oth.21.2022.01.06.10.25.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jan 2022 10:25:27 -0800 (PST) From: Rob Herring To: Michael Turquette , Stephen Boyd , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: clock: imx5: Drop clock consumer node from example Date: Thu, 6 Jan 2022 12:25:09 -0600 Message-Id: <20220106182518.1435497-1-robh@kernel.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220106_102530_953963_C91C589D X-CRM114-Status: GOOD ( 11.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The example nodes have different sized interrupt cells which is not valid given no interrupt-parent is specified. As provider examples don't need to show the consumer side in the first place, just drop the consumer node. Signed-off-by: Rob Herring Reviewed-by: Stephen Boyd --- Documentation/devicetree/bindings/clock/imx5-clock.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/imx5-clock.yaml b/Documentation/devicetree/bindings/clock/imx5-clock.yaml index b1740d7abe68..c0e19ff92c76 100644 --- a/Documentation/devicetree/bindings/clock/imx5-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx5-clock.yaml @@ -55,11 +55,4 @@ examples: <0 72 IRQ_TYPE_LEVEL_HIGH>; #clock-cells = <1>; }; - - can@53fc8000 { - compatible = "fsl,imx53-flexcan", "fsl,imx25-flexcan"; - reg = <0x53fc8000 0x4000>; - interrupts = <82>; - clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>, <&clks IMX5_CLK_CAN1_SERIAL_GATE>; - clock-names = "ipg", "per"; - }; +...