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 5FAA4C433F5 for ; Mon, 28 Mar 2022 02:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237540AbiC1C1H (ORCPT ); Sun, 27 Mar 2022 22:27:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231679AbiC1C1H (ORCPT ); Sun, 27 Mar 2022 22:27:07 -0400 Received: from 189.cn (ptr.189.cn [183.61.185.102]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7E9BC252A8; Sun, 27 Mar 2022 19:25:26 -0700 (PDT) HMM_SOURCE_IP: 10.64.8.41:54610.494973045 HMM_ATTACHE_NUM: 0000 HMM_SOURCE_TYPE: SMTP Received: from clientip-114.242.206.180 (unknown [10.64.8.41]) by 189.cn (HERMES) with SMTP id D383310013F; Mon, 28 Mar 2022 10:25:13 +0800 (CST) Received: from ([114.242.206.180]) by gateway-151646-dep-b7fbf7d79-9vctg with ESMTP id eae105db69d34658b5ac131636339b9f for robh@kernel.org; Mon, 28 Mar 2022 10:25:25 CST X-Transaction-ID: eae105db69d34658b5ac131636339b9f X-Real-From: 15330273260@189.cn X-Receive-IP: 114.242.206.180 X-MEDUSA-Status: 0 Sender: 15330273260@189.cn Message-ID: <244eb5ad-9b73-42cf-b797-74b9f79e15be@189.cn> Date: Mon, 28 Mar 2022 10:24:55 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v12 3/6] dt-bindings: display: Add Loongson display controller Content-Language: en-US To: Rob Herring Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Roland Scheidegger , Christian Gmeiner , Maxime Ripard , Ilia Mirkin , Lucas Stach , Thomas Bogendoerfer , linux-kernel@vger.kernel.org, Qing Zhang , Maarten Lankhorst , Krzysztof Kozlowski , Dan Carpenter , Rob Herring , Daniel Vetter , suijingfeng , David Airlie , Jiaxun Yang , linux-mips@vger.kernel.org, "David S . Miller" , Zack Rusin , Thomas Zimmermann , Sam Ravnborg , Andrey Zhizhikin References: <20220327113846.2498146-1-15330273260@189.cn> <20220327113846.2498146-4-15330273260@189.cn> <1648389731.700898.4042146.nullmailer@robh.at.kernel.org> From: Sui Jingfeng <15330273260@189.cn> In-Reply-To: <1648389731.700898.4042146.nullmailer@robh.at.kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 2022/3/27 22:02, Rob Herring wrote: > On Sun, 27 Mar 2022 19:38:43 +0800, Sui Jingfeng wrote: >> Add DT bindings and simple usages for Loongson display controller >> found in LS7A1000 bridges chip and LS2k1000 SoC. >> >> Signed-off-by: Sui Jingfeng <15330273260@189.cn> >> --- >> .../loongson/loongson,display-controller.yaml | 322 ++++++++++++++++++ >> 1 file changed, 322 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/display/loongson/loongson,display-controller.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/display/loongson/loongson,display-controller.example.dt.yaml: display-controller@6,1: 'ports' is a required property > From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/loongson/loongson,display-controller.yaml > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1609879 > > 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. > It is my fault, remove the ports from the required will fix this, I run make dt_binding_check before made it optional.  I will resend the patch.