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 4D924ECAAD3 for ; Wed, 7 Sep 2022 07:43:44 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wAKcR3XY6KvpZ3UYWCIXB4M4INvN7PVDSH1315fyZPY=; b=Lg86H2L/E6GH9l J+lMH+OiM3UGQ0TMG/OQnAE+3DbdofNspsVWnX3tsSzrFxCHCQDwdZ8Ypdqv+cdSM96GLmmmDCzTH 09sYIP15xshNK1COmbcJGRzl5yDsF00gPCpm2wjKE+hSqftIEd90ak4P/IPtqXGx9r+AonVbMGRX/ jL/NW1+JlzGloSrARFXjLGosehdgeQWJMxVumdzBcLZIKj18xfQf7Ll5EitCogcyvXye35XAKs1NK AIY88aSqmNLh8SAEYXoEJEhTmNKgFM4iYhpIevWXjOUs0BvqyuOfUXqA7AeA+rU0TPtKRgq1A8vap Huo2Af/NDWQ80hPGf9xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVpid-003p4v-0w; Wed, 07 Sep 2022 07:43:31 +0000 Received: from mail-sz.amlogic.com ([211.162.65.117]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVpiW-003oz2-T7; Wed, 07 Sep 2022 07:43:26 +0000 Received: from [10.28.39.72] (10.28.39.72) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.2507.6; Wed, 7 Sep 2022 15:43:14 +0800 Message-ID: Date: Wed, 7 Sep 2022 15:43:14 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH RESEND v8 4/5] dt-bindings: nand: meson: convert txt to yaml Content-Language: en-US To: Rob Herring CC: Vignesh Raghavendra , Kelvin Zhang , Richard Weinberger , XianWei Zhao , Kevin Hilman , BiChao Zheng , Neil Armstrong , Rob Herring , Jianxin Pan , , Jerome Brunet , , Victor Wan , , Miquel Raynal , , YongHui Yu , , Martin Blumenstingl References: <20220906060034.2528-1-liang.yang@amlogic.com> <20220906060034.2528-5-liang.yang@amlogic.com> <1662471645.297810.360952.nullmailer@robh.at.kernel.org> From: Liang Yang In-Reply-To: <1662471645.297810.360952.nullmailer@robh.at.kernel.org> X-Originating-IP: [10.28.39.72] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_004324_997935_FCD8E1DC X-CRM114-Status: GOOD ( 13.26 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi Rob, I reproduce this error and will fix it next version. Thanks. On 2022/9/6 21:40, Rob Herring wrote: > [ EXTERNAL EMAIL ] > > On Tue, 06 Sep 2022 14:00:32 +0800, Liang Yang wrote: >> convert the amlogic,meson-name.txt to amlogic,meson-nand.yaml >> >> Signed-off-by: Liang Yang >> --- >> .../bindings/mtd/amlogic,meson-nand.txt | 55 ------------ >> .../bindings/mtd/amlogic,meson-nand.yaml | 88 +++++++++++++++++++ >> 2 files changed, 88 insertions(+), 55 deletions(-) >> delete mode 100644 Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt >> create mode 100644 Documentation/devicetree/bindings/mtd/amlogic,meson-nand.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/mtd/amlogic,meson-nand.example.dtb: nand-controller@ffe07800: Unevaluated properties are not allowed ('reg-names' was unexpected) > From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml > > doc reference errors (make refcheckdocs): > MAINTAINERS: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt > > 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-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic