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 1FAA8C63793 for ; Thu, 22 Jul 2021 14:37:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08B0A61278 for ; Thu, 22 Jul 2021 14:37:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232438AbhGVN4t (ORCPT ); Thu, 22 Jul 2021 09:56:49 -0400 Received: from mail-il1-f169.google.com ([209.85.166.169]:45877 "EHLO mail-il1-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232434AbhGVN4s (ORCPT ); Thu, 22 Jul 2021 09:56:48 -0400 Received: by mail-il1-f169.google.com with SMTP id b6so5514453iln.12 for ; Thu, 22 Jul 2021 07:37:22 -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=Y8GHotfVip9Ehvb2Kldh12w/ZP8HxnWefzrAt6Gb0PU=; b=gwijx18OaiYC5tcmY7d3UkyS1OwdX/s9L7qM8XCet/4CC86A9wwzFnoKhUa/k2Oygv NveQ7ToeTHlmr2jVCNKPYAhhHA/p4XdTSOJjOQ8IwJkLlmu7hmricrNFD8WefHBSRQyj zp3E/XhCjJBXLN3S51ylYHwtOI/n1HXPCn9cDP8kXG3rLBJYGar69m6YThPAyJDHpQPp JTC/stJBfuGgF/6B4/vJaZk3AStnOaDTrSPJg/cqAIisKKfkR1FNS9ALNDydl5HjWqql Y1jASE4xyPvUp38zfrNGVZGQUSB9yg63upWgPfzYsOJzSFgDw4+Qx/SqcqhAcZ/dtGAU 0pDA== X-Gm-Message-State: AOAM531Ncc4mYsh5VVqbT9dzgMDQCtkUmuIP0Kwu6DLHXAZdUHfEYVLG ZmfQ2WLf5vH3KW0mMbCv2w== X-Google-Smtp-Source: ABdhPJzoujfZTpKRMrmi0SnUxZF+yDoAA4QLJHrq4KnmYq4sRLot/LYvdV1eiP6P6q8DZYVxIHzXbw== X-Received: by 2002:a92:3302:: with SMTP id a2mr142394ilf.62.1626964642466; Thu, 22 Jul 2021 07:37:22 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h1sm10473811ioz.22.2021.07.22.07.37.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jul 2021 07:37:21 -0700 (PDT) Received: (nullmailer pid 4183867 invoked by uid 1000); Thu, 22 Jul 2021 14:37:12 -0000 From: Rob Herring To: Lucas Stach Cc: devicetree@vger.kernel.org, Marek Vasut , kernel@pengutronix.de, Shawn Guo , patchwork-lst@pengutronix.de, linux-arm-kernel@lists.infradead.org, Frieder Schrempf , Rob Herring , Peng Fan , NXP Linux Team , Adam Ford In-Reply-To: <20210721204703.1424034-9-l.stach@pengutronix.de> References: <20210716232916.3572966-1-l.stach@pengutronix.de> <20210721204703.1424034-1-l.stach@pengutronix.de> <20210721204703.1424034-9-l.stach@pengutronix.de> Subject: Re: [PATCH v2 08/18] dt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl Date: Thu, 22 Jul 2021 08:37:12 -0600 Message-Id: <1626964632.934672.4183866.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 22:46:53 +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-vpu-blk-ctrl.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-vpu-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-vpu-blk-ctrl.example.dt.yaml: blk-ctrl@38330000: '#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-vpu-blk-ctrl.yaml \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1508454 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 461A2C6377D for ; Thu, 22 Jul 2021 14:39:12 +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 09D386128C for ; Thu, 22 Jul 2021 14:39:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 09D386128C 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=chCkNpLnCugfuZ//+c6+ZmCYZ3YvMOvXkDKV8TrYNFE=; b=yFyiExq4ZkLplG SccBJkeOXlH7wyD49t0Y3n6nCVpG0jrKyKEAbjU9/ElFlIzJmLyMdSJkfBMGERfmOk5Z1aPGfvbSH nNFy1vxqV8NjFV5me4bSbW/O6V7F3d/1Rm1kiVHNOYLfwi7uK3PuYYnjzwgRsv+G+btdY6UP6FKnq XFdMBZzygy/vG+myvZFmruW1AGtZqmk+3yGxqEdOQab7ctWz74e3qzf6JjkebIP8Ub92LN1r2/ILA poVnw1CI3Dv4q4ksUu3nnaiDlTJlggA/5zZi089fYgrub4HRZI99T6hQRDw4JwoBqcnITev3HfoKv GtMZ+RMeK2LkIA+bjJeA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6ZpO-001tKz-W5; Thu, 22 Jul 2021 14:37:35 +0000 Received: from mail-il1-f177.google.com ([209.85.166.177]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6ZpD-001tJY-M5 for linux-arm-kernel@lists.infradead.org; Thu, 22 Jul 2021 14:37:27 +0000 Received: by mail-il1-f177.google.com with SMTP id e13so5589548ilc.1 for ; Thu, 22 Jul 2021 07:37:22 -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=Y8GHotfVip9Ehvb2Kldh12w/ZP8HxnWefzrAt6Gb0PU=; b=ZD1YfwRepKZAB3vNR56gpSYz7dIVJ+b2ZNoeV2XWoKd1HSJlTFOVXxwHCvXpKIiEUn aAtBwDGj6MiELA3WDpQ5Fk4TQzck0/r8FYHqNCPJQtfzwpGLWds7x0KUNA46k9l9LCnL f+C0L6/TSX7q3wQ3BaTrzc/qgU4D5Ts5mLUyAjUcgnf6Frx+2pIVzX/bdxo6DfXBKc8M rMWhebFThxiJn1QTCSWZSPjZqoGv0tmtqaeDZjVy90s4dyJ6I4RqBEn8sGn2D0bCf/Nj pa0NFgd9bPTGvbYHLtBQnC5hzqrdG2zVtT4qjRbwRk9SHCHZvhbFLMzxvz+VHuvjck7Z IbZA== X-Gm-Message-State: AOAM532KfT5Z8Ja7gKxNqHMOMtnYgexfOzoa1oNLXwAzS5n92YdogkB9 M9l7zw11XUjq5N5kBgMXcA== X-Google-Smtp-Source: ABdhPJzoujfZTpKRMrmi0SnUxZF+yDoAA4QLJHrq4KnmYq4sRLot/LYvdV1eiP6P6q8DZYVxIHzXbw== X-Received: by 2002:a92:3302:: with SMTP id a2mr142394ilf.62.1626964642466; Thu, 22 Jul 2021 07:37:22 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h1sm10473811ioz.22.2021.07.22.07.37.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jul 2021 07:37:21 -0700 (PDT) Received: (nullmailer pid 4183867 invoked by uid 1000); Thu, 22 Jul 2021 14:37:12 -0000 From: Rob Herring To: Lucas Stach Cc: devicetree@vger.kernel.org, Marek Vasut , kernel@pengutronix.de, Shawn Guo , patchwork-lst@pengutronix.de, linux-arm-kernel@lists.infradead.org, Frieder Schrempf , Rob Herring , Peng Fan , NXP Linux Team , Adam Ford In-Reply-To: <20210721204703.1424034-9-l.stach@pengutronix.de> References: <20210716232916.3572966-1-l.stach@pengutronix.de> <20210721204703.1424034-1-l.stach@pengutronix.de> <20210721204703.1424034-9-l.stach@pengutronix.de> Subject: Re: [PATCH v2 08/18] dt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl Date: Thu, 22 Jul 2021 08:37:12 -0600 Message-Id: <1626964632.934672.4183866.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210722_073723_767807_AFE6BEBE X-CRM114-Status: GOOD ( 12.89 ) 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:53 +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-vpu-blk-ctrl.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-vpu-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-vpu-blk-ctrl.example.dt.yaml: blk-ctrl@38330000: '#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-vpu-blk-ctrl.yaml \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1508454 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