From patchwork Tue May 10 20:05:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12845475 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 26C82C433F5 for ; Tue, 10 May 2022 20:06:58 +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=J5hOGendEAXW1Jfgji0YRWrOMql757zH7tW9zFQapWQ=; b=4A1wGnlJNoaGcU JMoFKTvYCzQTupZsVKWR4/FcS5uC9U9XTG8PFbZ1tZ2AwO75WEaYC6yXqj1TiYIA8AiOIf9Nsvfe+ AGVcGQaoHvQTrSrZ75iSEvEu0MYbX/N9OrHMXVnPVobmLWj4wqpePZOHqeA2mP7raC2LdwJnpWFBc fj2alcYKXIGoN6P8uLnn3UlRVeDpq3rDquPDX/pFktByw5d/j+GomduypNme/sln7kivSpV9PZYcC HTfjKPwXxDadU9u68r/DNEBivVJn6i7QpO1GsmHjm5PuoPx7dY1yZmjAit16zYtQRth9l2JebCm+Y KaCFK3ntJ51A1Dy+quUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noW7K-003uSz-Jj; Tue, 10 May 2022 20:05:58 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noW7G-003uSR-Rd for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 20:05:56 +0000 Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2BA65B60; Tue, 10 May 2022 22:05:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1652213153; bh=nRJhvi9DyuC/lZzQexSZUncMbFTe7b4FyQjl73rQ0zg=; h=From:To:Cc:Subject:Date:From; b=iNohotgGOnTyQ5pQ6/ZUkUzNWWYUy6jZOfVyCNYWccAEwy7LZ13RYrCLbUCRIfJL6 xClhtQxbTbgjqx7/BgJ1W/VPhlcXK/lNS1VKGt7dzdwk6us/pHkExtFQg0/11xJTfN Vm09hVJfyrs7XJxAG9rI5abouGpMAivAMPZoKUsY= From: Laurent Pinchart To: Shawn Guo , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: Lucas Stach , Krzysztof Kozlowski , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , Paul Elder , Marek Vasut , Rob Herring Subject: [PATCH] dt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example Date: Tue, 10 May 2022 23:05:43 +0300 Message-Id: <20220510200543.13482-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_130555_092240_2DFAFB34 X-CRM114-Status: UNSURE ( 9.83 ) X-CRM114-Notice: Please train this message. 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 DT example incorrectly names the ISP power domain "isp1" instead of "isp". This causes a validation failure: Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.example.dtb: blk-ctl@32ec0000: power-domain-names:7: 'isp' was expected From schema: Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml Fix it. Fixes: 584d6dd668e2 ("dt-bindings: soc: Add i.MX8MP media block control DT bindings") Reported-by: Rob Herring Signed-off-by: Laurent Pinchart Reviewed-by: Peng Fan Acked-by: Krzysztof Kozlowski Reviewed-by: Paul Elder Acked-by: Rob Herring --- Shawn, this fixes an issue in linux-next, could you please apply the patch to your imx/bindings branch for v5.19 ? --- .../devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml index 21d3ee486295..b246d8386ba4 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml @@ -88,7 +88,7 @@ examples: <&mediamix_pd>, <&ispdwp_pd>, <&ispdwp_pd>, <&mipi_phy2_pd>; power-domain-names = "bus", "mipi-dsi1", "mipi-csi1", "lcdif1", "isi", - "mipi-csi2", "lcdif2", "isp1", "dwe", "mipi-dsi2"; + "mipi-csi2", "lcdif2", "isp", "dwe", "mipi-dsi2"; clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>, <&clk IMX8MP_CLK_MEDIA_AXI_ROOT>, <&clk IMX8MP_CLK_MEDIA_CAM1_PIX_ROOT>,