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 BA5DAC433EF for ; Thu, 30 Jun 2022 13:44:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235237AbiF3Noi (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-input@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.