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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6D1FC6377D for ; Thu, 22 Jul 2021 14:37:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CCE1361278 for ; Thu, 22 Jul 2021 14:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232427AbhGVN4w (ORCPT ); Thu, 22 Jul 2021 09:56:52 -0400 Received: from mail-il1-f172.google.com ([209.85.166.172]:33750 "EHLO mail-il1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232439AbhGVN4u (ORCPT ); Thu, 22 Jul 2021 09:56:50 -0400 Received: by mail-il1-f172.google.com with SMTP id z1so5621368ils.0 for ; Thu, 22 Jul 2021 07:37:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=vvBcjkZ9qL0BLV4GSAcEz8w3wUCj1nCar+2bEKQ5zDM=; b=Uf/kUt5C+fgXnyKb/dAoDL6Yo5Q/e4dwHkd5C/MCJlmqKgerMuD/EOEsEjuZeDzRMg LoURnqc4YW30Jc6/o0o250H32kNWJ+2JEjz9vCt2u5/d60gb6MDaq88ppiJZNj9PE20A vnKZ97J/Fzqu6Wuu04sKOw4uh/WlSAa2Ldv0MDmPBDyvxwzcCUmi0IaKdboCpnZs7WKh 9MgavuWMrwYeciQDwSpl6hqSaAJdkTS6pAMz2GSkjavjDkWOeskx6QHO594Ln20hqdaa xTg14astHQ3yHLOC03MXS4wfuccADAh8y2M0HW1AmkVDMjJGNoO2KLgDxZ8wWC1tW9YV Y7SQ== X-Gm-Message-State: AOAM532Ghg2W8+QS6FWjKnkco54owFhweJ97dYM0Y6dQi0ErMJVVD6jR tjYa4RuUWdIbLZnyUWCtLw== X-Google-Smtp-Source: ABdhPJy8dkQE8KaRNcCupS57aVJsDG3HEW8dG0+67n3bDv1KcsDwON9X6f1cjhqD76tDxkVf8BNHVA== X-Received: by 2002:a92:d152:: with SMTP id t18mr142759ilg.34.1626964645774; Thu, 22 Jul 2021 07:37:25 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r6sm16471647ioh.27.2021.07.22.07.37.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jul 2021 07:37:25 -0700 (PDT) Received: (nullmailer pid 4183869 invoked by uid 1000); Thu, 22 Jul 2021 14:37:12 -0000 From: Rob Herring To: Lucas Stach Cc: Adam Ford , Rob Herring , linux-arm-kernel@lists.infradead.org, Peng Fan , Shawn Guo , Marek Vasut , NXP Linux Team , devicetree@vger.kernel.org, Frieder Schrempf , patchwork-lst@pengutronix.de, kernel@pengutronix.de In-Reply-To: <20210721204703.1424034-12-l.stach@pengutronix.de> References: <20210716232916.3572966-1-l.stach@pengutronix.de> <20210721204703.1424034-1-l.stach@pengutronix.de> <20210721204703.1424034-12-l.stach@pengutronix.de> Subject: Re: [PATCH v2 11/18] dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl Date: Thu, 22 Jul 2021 08:37:12 -0600 Message-Id: <1626964632.942029.4183868.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 22:46:56 +0200, Lucas Stach wrote: > This adds the DT binding for the i.MX8MM VPU blk-ctrl. > > Signed-off-by: Lucas Stach > --- > .../soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml | 94 +++++++++++++++++++ > 1 file changed, 94 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.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/soc/imx/fsl,imx8mm-disp-blk-ctrl.example.dt.yaml: blk_ctrl@32e28000: '#power-domain-cells' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1508456 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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2CA6C63798 for ; Thu, 22 Jul 2021 14:39:14 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 755D161353 for ; Thu, 22 Jul 2021 14:39:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 755D161353 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=kQhE4qsrPz6sl1VsqJavRiwg8LLMabE8UjwK65Hoc84=; b=pYeC6MuJO3knAQ MuzpIXPpPlYRn1Bon8wZWZtRTPPg54fqBkqyPrvCOgbaIKPF6z4bLlVvisjmAw0ekXm9BkUP9LK6X XGR4BY3laGdP81djPGxb4MCdHQVffx7sYIQhS4C4Xx5yDKwPPC9b7OJKJ1GQHilCdo9AOGZKxAXh3 127F/3SptkATcY1b/qgYL+xo52jJfyl5ALAzTcs3FIlRks5grLbZyUOkcmbiXvpVr7aaLq0zb0/fv mXa0aIm77ODoer0/XHgsPX9qeQBygXGjAE/xY82fXweneOM6FLp7vtR76jah0jPwxo06z2T70A5vQ D4EJ0tYeTKhqaHpmRxsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6ZpZ-001tLY-9x; Thu, 22 Jul 2021 14:37:45 +0000 Received: from mail-il1-f178.google.com ([209.85.166.178]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6ZpG-001tKG-Rt for linux-arm-kernel@lists.infradead.org; Thu, 22 Jul 2021 14:37:28 +0000 Received: by mail-il1-f178.google.com with SMTP id s5so5572768ild.5 for ; Thu, 22 Jul 2021 07:37:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=vvBcjkZ9qL0BLV4GSAcEz8w3wUCj1nCar+2bEKQ5zDM=; b=ZO3cDPQkJFaGj81Br23XUy+fYpVOuQbw7A/7CwRuX/DA+D/LKtFJoWuzP7+6QfFMqm mabSo9mPRpB49afpJXM4tyZF+OPL0XlYrS1idUORg1gY5/oqwOt6VrIPvDWc599GMTOv KOKsp9im6egDEmeitHePre8t82q3JEzQI9UsBrCnYcojOxJhi3uKlV8QFuaL6yVE9GmW ZcF+8uMuVAyoojxTtTH1XhXwmJOOaYo8B9bfmb8aRGxTOBaVqrA3dF2UNxjHwAza0hDd JUsyaxx4wEeoneCVmjnQrSiTECc0wZMka7kITlTcMjTa3wPhRXZYUEwNa+P1G98S9Uxp 5d3w== X-Gm-Message-State: AOAM533SJuLfPtJNkW77cyacGR1HOZvxTtT9cv9aEC+0awZtpCpxgY+8 fgYJBbRe9l+ZtcNee5aqeQ== X-Google-Smtp-Source: ABdhPJy8dkQE8KaRNcCupS57aVJsDG3HEW8dG0+67n3bDv1KcsDwON9X6f1cjhqD76tDxkVf8BNHVA== X-Received: by 2002:a92:d152:: with SMTP id t18mr142759ilg.34.1626964645774; Thu, 22 Jul 2021 07:37:25 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r6sm16471647ioh.27.2021.07.22.07.37.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jul 2021 07:37:25 -0700 (PDT) Received: (nullmailer pid 4183869 invoked by uid 1000); Thu, 22 Jul 2021 14:37:12 -0000 From: Rob Herring To: Lucas Stach Cc: Adam Ford , Rob Herring , linux-arm-kernel@lists.infradead.org, Peng Fan , Shawn Guo , Marek Vasut , NXP Linux Team , devicetree@vger.kernel.org, Frieder Schrempf , patchwork-lst@pengutronix.de, kernel@pengutronix.de In-Reply-To: <20210721204703.1424034-12-l.stach@pengutronix.de> References: <20210716232916.3572966-1-l.stach@pengutronix.de> <20210721204703.1424034-1-l.stach@pengutronix.de> <20210721204703.1424034-12-l.stach@pengutronix.de> Subject: Re: [PATCH v2 11/18] dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl Date: Thu, 22 Jul 2021 08:37:12 -0600 Message-Id: <1626964632.942029.4183868.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210722_073726_943750_30F3435E X-CRM114-Status: GOOD ( 12.78 ) 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, 21 Jul 2021 22:46:56 +0200, Lucas Stach wrote: > This adds the DT binding for the i.MX8MM VPU blk-ctrl. > > Signed-off-by: Lucas Stach > --- > .../soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml | 94 +++++++++++++++++++ > 1 file changed, 94 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.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/soc/imx/fsl,imx8mm-disp-blk-ctrl.example.dt.yaml: blk_ctrl@32e28000: '#power-domain-cells' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1508456 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