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=-22.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 64A68C433FE for ; Wed, 22 Sep 2021 16:18:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D3FD611CA for ; Wed, 22 Sep 2021 16:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236625AbhIVQUZ (ORCPT ); Wed, 22 Sep 2021 12:20:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:52874 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236478AbhIVQUX (ORCPT ); Wed, 22 Sep 2021 12:20:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E2E5561242; Wed, 22 Sep 2021 16:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632327532; bh=hBAsvrZV+yB9m6NQkJEZNKVRMGBNiMFtAVk+tAPOY9Q=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=tvBDjXnxpOCJ0Q2yUYHVlM4RcUAK7bmcQrWaf8cpMP0CpMj4/OPX4tjAAbr01BJ6x hgFDhOzlOqA/hPGrQBVZ2ZjI9u2NDeJMI9z+yYYStOmB5YlB8aaaQBcfZnEsTTwq20 BhW6M4sFyWb//tBKLuZ8vV/nTpl2f5hjQ4x7rq3g8qL4lQwsNG/AJVtoKTbG3C2BTg lMLlVqkgoDP3ZMrOvMIIjJ5/JHJS6GL0kEPH0Tt9QItD9mWS3XLH3u9zhEsHFKNjfC roXWTs2IpYgemMSg1fHCgnGhgewzQPuXb6AvhgzVSCmHiTtNXE2BNYcy2Hk3bdx3fS nkHEsWWaYdU2A== Received: by mail-ed1-f45.google.com with SMTP id y89so1328712ede.2; Wed, 22 Sep 2021 09:18:52 -0700 (PDT) X-Gm-Message-State: AOAM532b0IdGr/QkBpIGoOXzQgUO/Oy9HyJNPoEXu9SIfRX7WRVQHBdA niKWDvq2TYuEuUOs+pfGCmaBo8Xmcx237n82OQ== X-Google-Smtp-Source: ABdhPJz8tVsKtk6yn9u+71rcMAgS0BuyzKIk3KLCLhFxiOLPm8SNwNUm1S5K8ylJ5RD8JjnCsHo+3ja0ifSpdXbFmNM= X-Received: by 2002:a17:906:3181:: with SMTP id 1mr455229ejy.388.1632327531346; Wed, 22 Sep 2021 09:18:51 -0700 (PDT) MIME-Version: 1.0 References: <20210907083723.7725-1-granquet@baylibre.com> <20210907083723.7725-5-granquet@baylibre.com> <1631026304.913177.3958449.nullmailer@robh.at.kernel.org> In-Reply-To: <1631026304.913177.3958449.nullmailer@robh.at.kernel.org> From: Chun-Kuang Hu Date: Thu, 23 Sep 2021 00:18:40 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4/4] dt-bindings: display: mediatek: add MT8195 hdmi bindings To: Rob Herring Cc: Guillaume Ranquet , David Airlie , Matthias Brugger , DRI Development , DTML , Kishon Vijay Abraham I , Linux ARM , CK Hu , linux-kernel , Vinod Koul , "moderated list:ARM/Mediatek SoC support" , Chunfeng Yun , Chun-Kuang Hu , Daniel Vetter , Jitao shi , linux-phy@lists.infradead.org, Rob Herring , Philipp Zabel Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Guillaume: Rob Herring =E6=96=BC 2021=E5=B9=B49=E6=9C=887=E6=97=A5 = =E9=80=B1=E4=BA=8C =E4=B8=8B=E5=8D=8810:51=E5=AF=AB=E9=81=93=EF=BC=9A > > On Tue, 07 Sep 2021 10:37:21 +0200, Guillaume Ranquet wrote: > > Add Mediatek HDMI and HDMI-DDC bindings for MT8195 SoC. Move this patch before the driver patch which refer to this patch. > > > > Signed-off-by: Guillaume Ranquet > > --- > > .../mediatek/mediatek,mt8195-hdmi-ddc.yaml | 46 +++++++++ > > .../mediatek/mediatek,mt8195-hdmi.yaml | 99 +++++++++++++++++++ > > 2 files changed, 145 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/mediatek/= mediatek,mt8195-hdmi-ddc.yaml I think this file should be merged into mediatek,hdmi-ddc.yaml [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree= /Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml?= h=3Dv5.15-rc2 > > create mode 100644 Documentation/devicetree/bindings/display/mediatek/= mediatek,mt8195-hdmi.yaml I think this file should be merged into mediatek,hdmi.yaml [2]. [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree= /Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.yaml?h=3D= v5.15-rc2 Regards, Chun-Kuang. > > > > My bot found errors running 'make DT_CHECKER_FLAGS=3D-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/display/mediatek/mediatek,mt8195-hdmi.e= xample.dts:19:18: fatal error: dt-bindings/clock/mt8195-clk.h: No such file= or directory > 19 | #include > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [scripts/Makefile.lib:379: Documentation/devicetree/bindings= /display/mediatek/mediatek,mt8195-hdmi.example.dt.yaml] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1438: dt_binding_check] Error 2 > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1525170 > > 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. >