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 B20FDC433EF for ; Thu, 30 Jun 2022 13:44:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235234AbiF3Noi (ORCPT ); Thu, 30 Jun 2022 09:44:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233512AbiF3Noe (ORCPT ); Thu, 30 Jun 2022 09:44:34 -0400 Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 873A5C33; Thu, 30 Jun 2022 06:44:33 -0700 (PDT) Received: by mail-io1-f54.google.com with SMTP id s17so19155043iob.7; Thu, 30 Jun 2022 06:44:33 -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=xkaDeguk/vAh7fZoNsnfPgjTXEqH1vG9SFfSqdGWsdo=; b=jjv+Cx+GFDDysRZ0a9+x+UxhWuAs0BhNMyjI9dV6s1wnyyH2cI+Rk3aBEkZhZP6cyx P4S8zbbzft6j1epU2xb363KFZ418B24KyMs641k3qZ6bjQI9YFB/dSGQ8fXizAALtgJb s4OJ2m/5g0RjYZfFDCzzi0HGB5zDjib1sHZUfzd0FrYZVP47xSCEJRDodijxFURKutbd BeOJniT1vsYE6limpOQk5qErB8SKX8hQeP8X4QvEw7M+50i9N4wUcQFINzI2cS3LJRK1 6vIuDJ0ePFldkbzVDcTjFsCouHO0So16O6HyOWCWBVnneuMw6AYUyKlDxJ/PAIfoC6Nz 7qpQ== X-Gm-Message-State: AJIora/miF8x+mKpUrfdbDdFqnfnXU+sNwIBg1EkfJjZk0R1TLsdMled 7aEpOyGuMijEneFQZnHgJw== X-Google-Smtp-Source: AGRyM1ud0WT54zZ+DVBN/LgOSAZQPc3ntO7BFWOdr8VOmASioJLnmeI0c5fdiRUpPzIa44Si1v2XdA== X-Received: by 2002:a5d:898b:0:b0:668:f53d:757d with SMTP id m11-20020a5d898b000000b00668f53d757dmr4561006iol.12.1656596672728; Thu, 30 Jun 2022 06:44:32 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m16-20020a92cad0000000b002d79f619517sm8101234ilq.26.2022.06.30.06.44.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 06:44:32 -0700 (PDT) Received: (nullmailer pid 2569458 invoked by uid 1000); Thu, 30 Jun 2022 13:44:25 -0000 From: Rob Herring To: "Viorel Suman (OSS)" Cc: Shawn Guo , linux-watchdog@vger.kernel.org, Sascha Hauer , Guenter Roeck , Stefan Agner , Srinivas Kandagatla , Zhang Rui , NXP Linux Team , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Stephen Boyd , Michael Turquette , linux-arm-kernel@lists.infradead.org, "Rafael J. Wysocki" , Amit Kucheria , Fabio Estevam , Alexandre Belloni , Rob Herring , Oliver Graute , Ming Qian , linux-rtc@vger.kernel.org, linux-input@vger.kernel.org, Wim Van Sebroeck , linux-clk@vger.kernel.org, Linus Walleij , Dong Aisheng , Abel Vesa , Viorel Suman , Liu Ying , Pengutronix Kernel Team , Peng Fan , Alessandro Zummo , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Daniel Lezcano , Mirela Rabulea , Dmitry Torokhov , Krzysztof Kozlowski In-Reply-To: <20220629164414.301813-10-viorel.suman@oss.nxp.com> References: <20220629164414.301813-1-viorel.suman@oss.nxp.com> <20220629164414.301813-10-viorel.suman@oss.nxp.com> Subject: Re: [PATCH v6 09/14] dt-bindings: firmware: Add fsl,scu yaml file Date: Thu, 30 Jun 2022 07:44:25 -0600 Message-Id: <1656596665.763392.2569457.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, 29 Jun 2022 19:44:09 +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 adds the > fsl,scu.yaml in the firmware bindings folder. This one is only for > the main SCU node. The old txt file will be removed only after all > the child nodes have been properly switch to yaml. > > Signed-off-by: Abel Vesa > Signed-off-by: Viorel Suman > --- > .../devicetree/bindings/firmware/fsl,scu.yaml | 160 ++++++++++++++++++ > 1 file changed, 160 insertions(+) > create mode 100644 Documentation/devicetree/bindings/firmware/fsl,scu.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: ./Documentation/devicetree/bindings/firmware/fsl,scu.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/clock/fsl,scu-clk.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb: system-controller: clock-controller: False schema does not allow {'compatible': ['fsl,imx8qxp-clk', 'fsl,scu-clk'], '#clock-cells': [[2]]} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb: system-controller: pinctrl: False schema does not allow {'compatible': ['fsl,imx8qxp-iomuxc'], 'lpuart0grp': {'fsl,pins': [[111, 0, 100663328, 112, 0, 100663328]]}} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.yaml Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/clock-controller: failed to match any schema with compatible: ['fsl,imx8qxp-clk', 'fsl,scu-clk'] Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/clock-controller: failed to match any schema with compatible: ['fsl,imx8qxp-clk', 'fsl,scu-clk'] Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/pinctrl: failed to match any schema with compatible: ['fsl,imx8qxp-iomuxc'] 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 BEA86C433EF for ; Thu, 30 Jun 2022 13:46:09 +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=uUHieZnInLR7z8F82spDMOypBVmyNrRHLs49vNjU0yk=; b=xecCZe+/pZYmR5 cL11+XCaevb8J5XfGaqiewEPDhiRX0EbOV0MHcdzO5R/pjG7nr6x9l9bRU2nAzKUuBKeynU57JOex N3OLcVCkY3i8E3ewvxYXPO9R+KoI5etRK8A8QvooMx127nhoYy0LyckzGeHiP4cr1dXTxgiXAR4DZ USWUOKq1rNcfZmpSSK6mN2UNC47t1MkWVvfYETA0knU/uX5FHIxt+ObTvq5YJoW+5Up5dtgHsSRAv muYW+I0El3Qs20js+tr2wqd4swDaxl2rD1pptuRp0OCNci6KnId0uqKFRWwPNEY4DsSs2jNgKr5tM ynGkfoWvdIMFWabTFTxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6uTP-00HP9u-IV; Thu, 30 Jun 2022 13:44:47 +0000 Received: from mail-io1-f44.google.com ([209.85.166.44]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6uTC-00HP5h-Rz for linux-arm-kernel@lists.infradead.org; Thu, 30 Jun 2022 13:44:36 +0000 Received: by mail-io1-f44.google.com with SMTP id d3so2636933ioi.9 for ; Thu, 30 Jun 2022 06:44:33 -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=xkaDeguk/vAh7fZoNsnfPgjTXEqH1vG9SFfSqdGWsdo=; b=m8s/mCFhVcYuY3H7BQkAptJ90qSHHtVfeyPH2jzwGKPSu90Gk+RQtf5Hih+UXv8HWG QawVOUYyQ1zx1TPo8kq+fFCZsjoa179bem/4SuBQDJvsknPCx8hmqnuiJRjLrs5XjD6q gYFXfzvETII8rlEVdpXmTu2ptTQCLA4VVrSwflCmLwzKHVHPfBmBhzh4OC2c2kbUGHSI S4VmSPE0oUkRFBkEi29MzcfJxdexKxeN4K30xry0d9k+IThwSWkOIVxUY8pjzTAOZHjU kQ4pFNldfgyvAgb0yZYJxXqM9Q84P8dMggAZIA8Zf6vraN7/F+WoVSnwp+eHLVl8xUFW VFgQ== X-Gm-Message-State: AJIora+G8RUvD6oLcohkpADEKqY0Vxj9894RqG86/MrVVCC3PFVGWUIk pGDVbhewi2OaP6KjhB7Svg== X-Google-Smtp-Source: AGRyM1ud0WT54zZ+DVBN/LgOSAZQPc3ntO7BFWOdr8VOmASioJLnmeI0c5fdiRUpPzIa44Si1v2XdA== X-Received: by 2002:a5d:898b:0:b0:668:f53d:757d with SMTP id m11-20020a5d898b000000b00668f53d757dmr4561006iol.12.1656596672728; Thu, 30 Jun 2022 06:44:32 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m16-20020a92cad0000000b002d79f619517sm8101234ilq.26.2022.06.30.06.44.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 06:44:32 -0700 (PDT) Received: (nullmailer pid 2569458 invoked by uid 1000); Thu, 30 Jun 2022 13:44:25 -0000 From: Rob Herring To: "Viorel Suman (OSS)" Cc: Shawn Guo , linux-watchdog@vger.kernel.org, Sascha Hauer , Guenter Roeck , Stefan Agner , Srinivas Kandagatla , Zhang Rui , NXP Linux Team , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Stephen Boyd , Michael Turquette , linux-arm-kernel@lists.infradead.org, "Rafael J. Wysocki" , Amit Kucheria , Fabio Estevam , Alexandre Belloni , Rob Herring , Oliver Graute , Ming Qian , linux-rtc@vger.kernel.org, linux-input@vger.kernel.org, Wim Van Sebroeck , linux-clk@vger.kernel.org, Linus Walleij , Dong Aisheng , Abel Vesa , Viorel Suman , Liu Ying , Pengutronix Kernel Team , Peng Fan , Alessandro Zummo , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Daniel Lezcano , Mirela Rabulea , Dmitry Torokhov , Krzysztof Kozlowski In-Reply-To: <20220629164414.301813-10-viorel.suman@oss.nxp.com> References: <20220629164414.301813-1-viorel.suman@oss.nxp.com> <20220629164414.301813-10-viorel.suman@oss.nxp.com> Subject: Re: [PATCH v6 09/14] dt-bindings: firmware: Add fsl,scu yaml file Date: Thu, 30 Jun 2022 07:44:25 -0600 Message-Id: <1656596665.763392.2569457.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220630_064434_949609_6DE77E7F X-CRM114-Status: GOOD ( 16.96 ) 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:09 +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 adds the > fsl,scu.yaml in the firmware bindings folder. This one is only for > the main SCU node. The old txt file will be removed only after all > the child nodes have been properly switch to yaml. > > Signed-off-by: Abel Vesa > Signed-off-by: Viorel Suman > --- > .../devicetree/bindings/firmware/fsl,scu.yaml | 160 ++++++++++++++++++ > 1 file changed, 160 insertions(+) > create mode 100644 Documentation/devicetree/bindings/firmware/fsl,scu.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: ./Documentation/devicetree/bindings/firmware/fsl,scu.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/clock/fsl,scu-clk.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb: system-controller: clock-controller: False schema does not allow {'compatible': ['fsl,imx8qxp-clk', 'fsl,scu-clk'], '#clock-cells': [[2]]} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb: system-controller: pinctrl: False schema does not allow {'compatible': ['fsl,imx8qxp-iomuxc'], 'lpuart0grp': {'fsl,pins': [[111, 0, 100663328, 112, 0, 100663328]]}} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/firmware/fsl,scu.yaml Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/clock-controller: failed to match any schema with compatible: ['fsl,imx8qxp-clk', 'fsl,scu-clk'] Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/clock-controller: failed to match any schema with compatible: ['fsl,imx8qxp-clk', 'fsl,scu-clk'] Documentation/devicetree/bindings/firmware/fsl,scu.example.dtb:0:0: /example-0/firmware/system-controller/pinctrl: failed to match any schema with compatible: ['fsl,imx8qxp-iomuxc'] 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