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 986E6C43334 for ; Tue, 5 Jul 2022 00:51:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233840AbiGEAvJ (ORCPT ); Mon, 4 Jul 2022 20:51:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233776AbiGEAvI (ORCPT ); Mon, 4 Jul 2022 20:51:08 -0400 Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BFFAE0BE; Mon, 4 Jul 2022 17:51:04 -0700 (PDT) Received: by mail-il1-f180.google.com with SMTP id a7so6398657ilj.2; Mon, 04 Jul 2022 17:51:04 -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=UNRYiUHboxd9yPgEvdNoBbUGsS1csNkOTp+t6rR1iOw=; b=N3+VYrqDkPY4pwojKBguJGzXP29NPhLGBxkodqPGqOGukI+ozXmtDCaRCks+sgvUCR DpdW5sbkdISyrjC2zPTH8sQfka1ARVDda4Uv12VDx76jjGNPKlxwIApU7VErbJHQnk1P udjVAR1DGNFP/bWP2HYyLOQceS91tG8dSi/LZPW93GWx4E72LLY8I9sYlZp+q0db7Eu1 XS8JfoB6zrH02YTsa0i5vtfiphtHdO7J2TXpPhivy08h58fnHDsdaWV4v2+eIzSDpSWl RLu7kTpu7HdhaQGXa0l7eoNdrFpTzH6c3BcimsyUvqNBKkBoyL7+OHAksJs+jhQuAX4r APzA== X-Gm-Message-State: AJIora/uR3E3745p6NYMvneRC+wseI1pmvGC+Me/sQe+1x3ApE7+wlyh 9kTB91we3e75Wr+0y/3Ciw== X-Google-Smtp-Source: AGRyM1tS8v3PEUEp2o1+Ur7pauJQIS26mvX+Hsl3rcFPHzkKRTm2fuynyCuuK1DgeB/T2XOG7W4mdg== X-Received: by 2002:a05:6e02:1a29:b0:2da:9310:a5fa with SMTP id g9-20020a056e021a2900b002da9310a5famr18049069ile.179.1656982263375; Mon, 04 Jul 2022 17:51:03 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id y10-20020a92090a000000b002dc11cf02e0sm1719265ilg.20.2022.07.04.17.50.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Jul 2022 17:51:02 -0700 (PDT) Received: (nullmailer pid 640440 invoked by uid 1000); Tue, 05 Jul 2022 00:50:55 -0000 From: Rob Herring To: "Viorel Suman (OSS)" Cc: linux-clk@vger.kernel.org, Abel Vesa , linux-kernel@vger.kernel.org, Rob Herring , "Rafael J. Wysocki" , Liu Ying , linux-arm-kernel@lists.infradead.org, Peng Fan , Shawn Guo , Mirela Rabulea , Linus Walleij , Sascha Hauer , Dmitry Torokhov , Viorel Suman , Michael Turquette , Pengutronix Kernel Team , Amit Kucheria , linux-rtc@vger.kernel.org, linux-pm@vger.kernel.org, Wim Van Sebroeck , Srinivas Kandagatla , Dong Aisheng , linux-watchdog@vger.kernel.org, Stephen Boyd , NXP Linux Team , linux-gpio@vger.kernel.org, Alessandro Zummo , Abel Vesa , Stefan Agner , devicetree@vger.kernel.org, Daniel Lezcano , Alexandre Belloni , Ming Qian , Zhang Rui , Fabio Estevam , Krzysztof Kozlowski , Guenter Roeck , linux-input@vger.kernel.org, Oliver Graute In-Reply-To: <20220704161541.943696-3-viorel.suman@oss.nxp.com> References: <20220704161541.943696-1-viorel.suman@oss.nxp.com> <20220704161541.943696-3-viorel.suman@oss.nxp.com> Subject: Re: [PATCH v7 02/15] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file Date: Mon, 04 Jul 2022 18:50:55 -0600 Message-Id: <1656982255.094130.640439.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Mon, 04 Jul 2022 19:15:28 +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/arm/freescale/fsl,scu.txt | 40 ---------- > .../bindings/pinctrl/fsl,scu-pinctrl.yaml | 74 +++++++++++++++++++ > 2 files changed, 74 insertions(+), 40 deletions(-) > 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,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 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.example.dtb: pinctrl: lpuart0grp:fsl,pins:0: [111, 0, 100663328, 112, 0, 100663328] is too long From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,scu-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,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,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,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,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,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,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 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.