From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BDA7C433EF for ; Mon, 23 May 2022 16:11:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238399AbiEWQLp (ORCPT ); Mon, 23 May 2022 12:11:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238435AbiEWQLp (ORCPT ); Mon, 23 May 2022 12:11:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A27D82C665 for ; Mon, 23 May 2022 09:11:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 349A4613F9 for ; Mon, 23 May 2022 16:11:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95E23C36AE3 for ; Mon, 23 May 2022 16:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653322302; bh=WC5Erb03j6UTbN29e97wjRY6NpeuUThx3bQ2cMRWNMU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=FeqOyRJcKO+yALB5u5JJowHz0KJ2MlfK11kTCrxbAZYQv8r1deeKtk0v60UGH+P0m +JAy9LlJ+C04P5tGNWAV4SKmmbvEGJDEtW6zqLP5EMkcQundAdFbUDQcMWjPd8xFl6 z2OSbzElvzZeTe5UeoensH74Ga3DlHy51s/8uzr3KZZatzp/0g+UQTmmY4dnNpnMId OzGYKLazTMLwHCCPO2t/y0rLWeYIQdfU73Xpd9yy4Ub8ajmKPkpslJk3amJLR5H4dM JXQPwWcAkLincl/fALUd2tGBlI4Nn6EqvYDiu4bTEbq/1F9iKZtzSal7iVP4da4m9x h2OAzf0gYof3g== Received: by mail-ed1-f52.google.com with SMTP id h11so18611002eda.8 for ; Mon, 23 May 2022 09:11:42 -0700 (PDT) X-Gm-Message-State: AOAM5333HbMgfT2waHXqrvOlr5H9JNCT37GKMO4DxG6U6SW/IVi5+Pbm VuUOkgn0k/vsBboTGDD8lS8RAQBcR+P8SGZYKg== X-Google-Smtp-Source: ABdhPJxaqem0pOSf+wMPVCOReFJuCJuTGy44os5M+lA3eVu+X80wah+G3KiFr30CFIsFBZK1ALbv9m8mmHfkBKzbTVU= X-Received: by 2002:a05:6402:5388:b0:42a:ba77:7669 with SMTP id ew8-20020a056402538800b0042aba777669mr24478979edb.89.1653322300901; Mon, 23 May 2022 09:11:40 -0700 (PDT) MIME-Version: 1.0 References: <20220510200543.13482-1-laurent.pinchart@ideasonboard.com> In-Reply-To: <20220510200543.13482-1-laurent.pinchart@ideasonboard.com> From: Rob Herring Date: Mon, 23 May 2022 11:11:28 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example To: Laurent Pinchart , Shawn Guo Cc: linux-arm-kernel , devicetree@vger.kernel.org, Lucas Stach , Krzysztof Kozlowski , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , Paul Elder , Marek Vasut Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 10, 2022 at 3:05 PM Laurent Pinchart wrote: > > 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 > --- > Shawn, this fixes an issue in linux-next, could you please apply the > patch to your imx/bindings branch for v5.19 ? Ping! Still failing in linux-next. Rob > --- > .../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>, > -- > Regards, > > Laurent Pinchart > From mboxrd@z Thu Jan 1 00:00:00 1970 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 77B86C433F5 for ; Mon, 23 May 2022 16:13:33 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tvCE1mKtf+/EnB9busKKTocA8LLgBzQKLSHXPgQGBRI=; b=m63N/x9oqhDqGL fcR9Rxat30toyo5ilo4BVL+QCu4sTviJcaOvSleD3FVeS0MXqCQK3Bu/yWECHI2QNRt6eOyBIiLkP U/+Q9vPeCkYiMp8/Ws0t9BVT7Y9M6gJ7XA/6wdlrJx6fUe19R5nSYYJbCBwPUvylnYt197wEf+9DH VjWkZagO6xEWMQpdWf0Pv4K+IlLGqD3qLX3WTAKnU7bDVs0Maht/1sowE6LZimcXG6M0Bc3luHneG rzAub2uT96u00HVFd9bbk/ZNsZrp61MiO/cweoS5M8BsAvvhvz0JY+12FmZAXM9RlikSEuSmF48sQ sMZ6zx4SlWx3GTK9dCFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntAfM-0059iL-Jp; Mon, 23 May 2022 16:12:20 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntAeo-0059Ob-Cp for linux-arm-kernel@lists.infradead.org; Mon, 23 May 2022 16:11:48 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 74CF4B8119E for ; Mon, 23 May 2022 16:11:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAB35C3411B for ; Mon, 23 May 2022 16:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653322302; bh=WC5Erb03j6UTbN29e97wjRY6NpeuUThx3bQ2cMRWNMU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=FeqOyRJcKO+yALB5u5JJowHz0KJ2MlfK11kTCrxbAZYQv8r1deeKtk0v60UGH+P0m +JAy9LlJ+C04P5tGNWAV4SKmmbvEGJDEtW6zqLP5EMkcQundAdFbUDQcMWjPd8xFl6 z2OSbzElvzZeTe5UeoensH74Ga3DlHy51s/8uzr3KZZatzp/0g+UQTmmY4dnNpnMId OzGYKLazTMLwHCCPO2t/y0rLWeYIQdfU73Xpd9yy4Ub8ajmKPkpslJk3amJLR5H4dM JXQPwWcAkLincl/fALUd2tGBlI4Nn6EqvYDiu4bTEbq/1F9iKZtzSal7iVP4da4m9x h2OAzf0gYof3g== Received: by mail-ed1-f54.google.com with SMTP id j4so15342127edq.6 for ; Mon, 23 May 2022 09:11:42 -0700 (PDT) X-Gm-Message-State: AOAM531cZ4e8TVWtS6S1uvqED+w/YUlGgsQWl+im8dwJHD01G1z+yHtp a1eczbVsgyoHB2zAePktCuYM8HBenXky828DYg== X-Google-Smtp-Source: ABdhPJxaqem0pOSf+wMPVCOReFJuCJuTGy44os5M+lA3eVu+X80wah+G3KiFr30CFIsFBZK1ALbv9m8mmHfkBKzbTVU= X-Received: by 2002:a05:6402:5388:b0:42a:ba77:7669 with SMTP id ew8-20020a056402538800b0042aba777669mr24478979edb.89.1653322300901; Mon, 23 May 2022 09:11:40 -0700 (PDT) MIME-Version: 1.0 References: <20220510200543.13482-1-laurent.pinchart@ideasonboard.com> In-Reply-To: <20220510200543.13482-1-laurent.pinchart@ideasonboard.com> From: Rob Herring Date: Mon, 23 May 2022 11:11:28 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example To: Laurent Pinchart , Shawn Guo Cc: linux-arm-kernel , devicetree@vger.kernel.org, Lucas Stach , Krzysztof Kozlowski , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , Paul Elder , Marek Vasut X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220523_091146_765804_3271FDDD X-CRM114-Status: GOOD ( 20.71 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 10, 2022 at 3:05 PM Laurent Pinchart wrote: > > 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 > --- > Shawn, this fixes an issue in linux-next, could you please apply the > patch to your imx/bindings branch for v5.19 ? Ping! Still failing in linux-next. Rob > --- > .../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>, > -- > Regards, > > Laurent Pinchart > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel