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 261DAC433EF for ; Thu, 30 Jun 2022 13:44:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233783AbiF3Nob (ORCPT ); Thu, 30 Jun 2022 09:44:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233512AbiF3Noa (ORCPT ); Thu, 30 Jun 2022 09:44:30 -0400 Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB696C33; Thu, 30 Jun 2022 06:44:29 -0700 (PDT) Received: by mail-il1-f176.google.com with SMTP id i17so12372131ils.12; Thu, 30 Jun 2022 06:44:29 -0700 (PDT) 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:in-reply-to:references:subject:date :message-id; bh=F61ursUhOghCCvcGADpml8N5+9VOTyitVooeCIOjB9Y=; b=eHW+NJmgjk83Z9zFdAYVt1x1jUCcY6B4XFDgChxjKkFOnwf3ueoNF6wbLJnOLK3398 B8Q8tfeHmsYoIxaUCwI0AjyisozXdQUr/bQ34krdJqD1jbdUASx32WFi0lDacbrqhEDk ME8Vr1iViAyZLzNb1Mg8S2YRTh2xQXKd0TbRsXRnCFozFC4tEoK+fsq9AdImu2kA+kdl rc6UdMZGmM/hWaZl7v+0bUMM//da+HeAaNnaEQKnzHVqK2HCEaejFrprjnd6gAp0PEJk FYPhgc8wusDneoF2WhaQEF2TCa0ckRs5D3PlI4pSZHGp/CrN1GPTpky91XngLwbVgTnb NrHw== X-Gm-Message-State: AJIora+YD97Ryq3fMVaepAGXTOQ8TcFYFpbhzeoJcO2y9sMplmEr/04b f38+TCrGNHKoOuQEIjfc3jZVpJSmMQ== X-Google-Smtp-Source: AGRyM1va0OfMAzdwHvSEGOAV99yEfmyc7T6+WfNApUwyVgB/zFT14suu4BOYVa6g66ClrDPB/QTk+w== X-Received: by 2002:a05:6e02:1ba4:b0:2da:dcc1:488a with SMTP id n4-20020a056e021ba400b002dadcc1488amr910311ili.78.1656596669116; Thu, 30 Jun 2022 06:44:29 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id e42-20020a02862d000000b003316536ebc1sm4069472jai.73.2022.06.30.06.44.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 06:44:28 -0700 (PDT) Received: (nullmailer pid 2569455 invoked by uid 1000); Thu, 30 Jun 2022 13:44:25 -0000 From: Rob Herring To: "Viorel Suman (OSS)" Cc: "Rafael J. Wysocki" , Mirela Rabulea , devicetree@vger.kernel.org, Stefan Agner , Alexandre Belloni , linux-clk@vger.kernel.org, linux-input@vger.kernel.org, Ming Qian , Guenter Roeck , Fabio Estevam , Oliver Graute , linux-arm-kernel@lists.infradead.org, Michael Turquette , Shawn Guo , Peng Fan , linux-watchdog@vger.kernel.org, Amit Kucheria , Pengutronix Kernel Team , Dmitry Torokhov , Stephen Boyd , Wim Van Sebroeck , linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org, Daniel Lezcano , Dong Aisheng , Linus Walleij , linux-gpio@vger.kernel.org, NXP Linux Team , Liu Ying , linux-kernel@vger.kernel.org, Viorel Suman , Alessandro Zummo , Zhang Rui , Sascha Hauer , Krzysztof Kozlowski , Rob Herring , Abel Vesa , Srinivas Kandagatla In-Reply-To: <20220629164414.301813-3-viorel.suman@oss.nxp.com> References: <20220629164414.301813-1-viorel.suman@oss.nxp.com> <20220629164414.301813-3-viorel.suman@oss.nxp.com> Subject: Re: [PATCH v6 02/14] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file Date: Thu, 30 Jun 2022 07:44:25 -0600 Message-Id: <1656596665.734742.2569454.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, 29 Jun 2022 19:44:02 +0300, Viorel Suman (OSS) wrote: > From: Abel Vesa > > In order to replace the fsl,scu txt file from bindings/arm/freescale, > we need to split it between the right subsystems. This patch documents > separately the 'iomux/pinctrl' child node of the SCU main node. > > Signed-off-by: Abel Vesa > Signed-off-by: Viorel Suman > --- > .../bindings/pinctrl/fsl,scu-pinctrl.yaml | 68 +++++++++++++++++++ > 1 file changed, 68 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.example.dtb: pinctrl@298c0000: lpuart5grp:fsl,pins:0: [312, 2288, 4, 3, 3, 316, 2284, 4, 3, 3] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [572, 1188, 1276, 0, 0, 320, 576, 1192, 0, 0, 0, 320] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.example.dtb: pinctrl@443c0000: uart3grp:fsl,pins:0: [72, 504, 1052, 1, 0, 73, 76, 508, 1048, 1, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [572, 1188, 1276, 0, 0, 320, 576, 1192, 0, 0, 0, 320] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.example.dtb: pinctrl@30330000: uart5grp:fsl,pins:0: [352, 976, 1812, 1, 0, 126, 356, 980, 0, 1, 0, 118] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.example.dtb: pinctrl@302c0000: gpio1-grp:fsl,pins:0: [8, 56, 0, 0, 0, 89, 12, 60, 0, 0, 0, 89] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.example.dtb: pinctrl@30330000: uart1grp:fsl,pins:0: [564, 1180, 1268, 0, 0, 73, 568, 1184, 1268, 0, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dtb: iomuxc@401f8000: lpuart1grp:fsl,pins:0: [236, 732, 0, 2, 0, 241, 240, 736, 0, 2, 0, 241] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mp-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [552, 1160, 1520, 0, 6, 73, 552, 1160, 0, 0, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mp-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.example.dtb: iomuxc@400e8000: lpuart1grp:fsl,pins:0: [364, 944, 1568, 0, 0, 241, 368, 948, 1564, 0, 0, 241] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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 2530EC43334 for ; Thu, 30 Jun 2022 13:45:42 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CO6VysTJrEsu6/voOTacCO/qpcYXu2eVjLA7GPfxPf8=; b=jwifKAB16DzH3X vlNd15LnKCokEvqwXCHHOgm8EX8dfWeoe2HDkx+sRH0FoR26+YatNswbu4VvYpRcLrZlrfsU0wWsv bldaD/wI4+UfHdJJyA1476rhyWtmDMWVqwGrBJg8uEsVprm873V5H73SmnbxlY0NBwuk/UY6ae2WL b+qdK1vEWdGAHAIt0S2RQCUiTqDDhI/K6MRtjNkbWBbpIcIv3iUGHMeuyMbCfBeDEWK7Z2NAEp7/A g6hIH0zeXVs2qgR3gpOPhSGkyr3W4WN6in6bqIHRI11fiQnsx3AHDC1eQgP2WEe+V5V1fAjXfV2no iO7sfbccvoh6bm3MTZgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6uTD-00HP6y-JZ; Thu, 30 Jun 2022 13:44:35 +0000 Received: from mail-il1-f170.google.com ([209.85.166.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6uT9-00HP4x-TB for linux-arm-kernel@lists.infradead.org; Thu, 30 Jun 2022 13:44:33 +0000 Received: by mail-il1-f170.google.com with SMTP id h20so12397550ilj.13 for ; Thu, 30 Jun 2022 06:44:29 -0700 (PDT) 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:in-reply-to:references:subject:date :message-id; bh=F61ursUhOghCCvcGADpml8N5+9VOTyitVooeCIOjB9Y=; b=4In1jA540cDqGWXCr4aZHSpJ3SZCnU8SE1RnHFMrgLcdIw44pJ7ci3UeJd6Pd7qDI6 zAh+3KDsXOQqrKXy7h3UqlYKK1jqIGQC3T0Y1YQrP96brkUrAk0dxDWjETOiU5wzNpnf qODD9tJcLgn/Dg+lugBXh6CUgXz8hDCb/qS/iU8cIQT67I1YHBd/UyThEIn8zsH/Gqa/ M37mVYsA5LBctKoJ+gB96glcRSReL/gPlGthgSLXuC0iyD8GuTk97sIO1ymFxJGOEBMW LhIVLi4GUwXQ3uDQpCFHwT7wkmgoHM1K2azlfNZgJxd9TOqsaixV3mVJMjxGM2HUZ1ND l8aw== X-Gm-Message-State: AJIora8pqYVDYRtvpOt6kIE7CRYzcMsqRPYajESTlO4s9y0Slz8umpbv RK9f+Uhf3IdEfLQ8vym54w== X-Google-Smtp-Source: AGRyM1va0OfMAzdwHvSEGOAV99yEfmyc7T6+WfNApUwyVgB/zFT14suu4BOYVa6g66ClrDPB/QTk+w== X-Received: by 2002:a05:6e02:1ba4:b0:2da:dcc1:488a with SMTP id n4-20020a056e021ba400b002dadcc1488amr910311ili.78.1656596669116; Thu, 30 Jun 2022 06:44:29 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id e42-20020a02862d000000b003316536ebc1sm4069472jai.73.2022.06.30.06.44.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 06:44:28 -0700 (PDT) Received: (nullmailer pid 2569455 invoked by uid 1000); Thu, 30 Jun 2022 13:44:25 -0000 From: Rob Herring To: "Viorel Suman (OSS)" Cc: "Rafael J. Wysocki" , Mirela Rabulea , devicetree@vger.kernel.org, Stefan Agner , Alexandre Belloni , linux-clk@vger.kernel.org, linux-input@vger.kernel.org, Ming Qian , Guenter Roeck , Fabio Estevam , Oliver Graute , linux-arm-kernel@lists.infradead.org, Michael Turquette , Shawn Guo , Peng Fan , linux-watchdog@vger.kernel.org, Amit Kucheria , Pengutronix Kernel Team , Dmitry Torokhov , Stephen Boyd , Wim Van Sebroeck , linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org, Daniel Lezcano , Dong Aisheng , Linus Walleij , linux-gpio@vger.kernel.org, NXP Linux Team , Liu Ying , linux-kernel@vger.kernel.org, Viorel Suman , Alessandro Zummo , Zhang Rui , Sascha Hauer , Krzysztof Kozlowski , Rob Herring , Abel Vesa , Srinivas Kandagatla In-Reply-To: <20220629164414.301813-3-viorel.suman@oss.nxp.com> References: <20220629164414.301813-1-viorel.suman@oss.nxp.com> <20220629164414.301813-3-viorel.suman@oss.nxp.com> Subject: Re: [PATCH v6 02/14] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file Date: Thu, 30 Jun 2022 07:44:25 -0600 Message-Id: <1656596665.734742.2569454.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220630_064431_981747_D151C155 X-CRM114-Status: GOOD ( 14.08 ) 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: , MIME-Version: 1.0 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 Wed, 29 Jun 2022 19:44:02 +0300, Viorel Suman (OSS) wrote: > From: Abel Vesa > > In order to replace the fsl,scu txt file from bindings/arm/freescale, > we need to split it between the right subsystems. This patch documents > separately the 'iomux/pinctrl' child node of the SCU main node. > > Signed-off-by: Abel Vesa > Signed-off-by: Viorel Suman > --- > .../bindings/pinctrl/fsl,scu-pinctrl.yaml | 68 +++++++++++++++++++ > 1 file changed, 68 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.example.dtb: pinctrl@298c0000: lpuart5grp:fsl,pins:0: [312, 2288, 4, 3, 3, 316, 2284, 4, 3, 3] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [572, 1188, 1276, 0, 0, 320, 576, 1192, 0, 0, 0, 320] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.example.dtb: pinctrl@443c0000: uart3grp:fsl,pins:0: [72, 504, 1052, 1, 0, 73, 76, 508, 1048, 1, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [572, 1188, 1276, 0, 0, 320, 576, 1192, 0, 0, 0, 320] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.example.dtb: pinctrl@30330000: uart5grp:fsl,pins:0: [352, 976, 1812, 1, 0, 126, 356, 980, 0, 1, 0, 118] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.example.dtb: pinctrl@302c0000: gpio1-grp:fsl,pins:0: [8, 56, 0, 0, 0, 89, 12, 60, 0, 0, 0, 89] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.example.dtb: pinctrl@30330000: uart1grp:fsl,pins:0: [564, 1180, 1268, 0, 0, 73, 568, 1184, 1268, 0, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dtb: iomuxc@401f8000: lpuart1grp:fsl,pins:0: [236, 732, 0, 2, 0, 241, 240, 736, 0, 2, 0, 241] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mp-pinctrl.example.dtb: pinctrl@30330000: uart2grp:fsl,pins:0: [552, 1160, 1520, 0, 6, 73, 552, 1160, 0, 0, 0, 73] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imx8mp-pinctrl.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.example.dtb: iomuxc@400e8000: lpuart1grp:fsl,pins:0: [364, 944, 1568, 0, 0, 241, 368, 948, 1564, 0, 0, 241] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel