linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Hanks Chen <hanks.chen@mediatek.com>
Cc: wsd_upstream@mediatek.com, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
	Michael Turquette <mturquette@baylibre.com>,
	Andy Teng <andy.teng@mediatek.com>,
	linux-kernel@vger.kernel.org, mtk01761 <wendell.lin@mediatek.com>,
	Loda Chou <loda.chou@mediatek.com>,
	linux-clk@vger.kernel.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	CC Hwang <cc.hwang@mediatek.com>,
	linux-arm-kernel@lists.infradead.org,
	Stephen Boyd <sboyd@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC
Date: Mon, 29 Jun 2020 15:53:31 -0600	[thread overview]
Message-ID: <20200629215331.GA2991039@bogus> (raw)
In-Reply-To: <1592480018-3340-2-git-send-email-hanks.chen@mediatek.com>

On Thu, 18 Jun 2020 19:33:32 +0800, Hanks Chen wrote:
> From: Andy Teng <andy.teng@mediatek.com>
> 
> Add devicetree bindings for MediaTek MT6779 pinctrl driver.
> 
> Signed-off-by: Andy Teng <andy.teng@mediatek.com>
> ---
>  .../bindings/pinctrl/mediatek,mt6779-pinctrl.yaml  |  210 ++++++++++++++++++++
>  1 file changed, 210 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml
> 


My bot found errors running 'make dt_binding_check' on your patch:

Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.example.dts:21:18: fatal error: dt-bindings/pinctrl/mt6779-pinfunc.h: No such file or directory
         #include <dt-bindings/pinctrl/mt6779-pinfunc.h>
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.lib:315: recipe for target 'Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.example.dt.yaml' failed
make[1]: *** [Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:1347: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2


See https://patchwork.ozlabs.org/patch/1312018

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.



Here, you need patch 2 to come first or merge it into this patch as it 
is part of the binding.

Rob


  parent reply	other threads:[~2020-06-29 21:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 11:33 [PATCH v6] Add basic SoC Support for Mediatek MT6779 SoC Hanks Chen
2020-06-18 11:33 ` [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek " Hanks Chen
2020-06-21 21:13   ` Pavel Machek
2020-06-22  2:28     ` Hanks Chen
2020-06-29 21:53   ` Rob Herring [this message]
2020-06-30  3:56     ` Hanks Chen
2020-06-18 11:33 ` [PATCH v6 2/7] pinctrl: mediatek: update pinmux definitions for mt6779 Hanks Chen
2020-07-07 11:39   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 3/7] pinctrl: mediatek: avoid virtual gpio trying to set reg Hanks Chen
2020-07-07 11:31   ` Linus Walleij
2020-07-07 11:34     ` Linus Walleij
2020-07-14 20:39       ` Sean Wang
2020-06-18 11:33 ` [PATCH v6 4/7] pinctrl: mediatek: add pinctrl support for MT6779 SoC Hanks Chen
2020-07-07 11:37   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 5/7] pinctrl: mediatek: add mt6779 eint support Hanks Chen
2020-07-07 11:36   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 6/7] clk: mediatek: add UART0 clock support Hanks Chen
2020-06-18 15:51   ` Matthias Brugger
2020-06-18 16:16     ` Hanks Chen
2020-06-19 10:02       ` Matthias Brugger
2020-06-18 11:33 ` [PATCH v6 7/7] arm64: dts: add dts nodes for MT6779 Hanks Chen
2020-06-22 11:28   ` Matthias Brugger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200629215331.GA2991039@bogus \
    --to=robh@kernel.org \
    --cc=andy.teng@mediatek.com \
    --cc=cc.hwang@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hanks.chen@mediatek.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=loda.chou@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sean.wang@kernel.org \
    --cc=wendell.lin@mediatek.com \
    --cc=wsd_upstream@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).