devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Jiaxin Yu <jiaxin.yu@mediatek.com>
Cc: p.zabel@pengutronix.de, linux-mediatek@lists.infradead.org,
	shane.chien@mediatek.com, kuninori.morimoto.gx@renesas.com,
	broonie@kernel.org, Trevor.Wu@mediatek.com,
	Bicycle.Tsai@mediatek.com, tiwai@suse.com, tzungbi@google.com,
	linux-arm-kernel@lists.infradead.org,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	matthias.bgg@gmail.com, robh+dt@kernel.org
Subject: Re: [PATCH v4 7/9] dt-bindings: mediatek: mt8192: add audio afe document
Date: Wed, 4 Nov 2020 12:56:51 -0600	[thread overview]
Message-ID: <20201104185651.GB3946406@bogus> (raw)
In-Reply-To: <1604390378-23993-8-git-send-email-jiaxin.yu@mediatek.com>

On Tue, 03 Nov 2020 15:59:36 +0800, Jiaxin Yu wrote:
> This patch adds mt8192 audio afe document.
> 
> Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
> ---
> This patch depends on following series that has not been accepted:
> https://patchwork.kernel.org/cover/11752231
> (dt-bindings/clock/mt8192-clk.h is included in it.)
> https://patchwork.kernel.org/patch/11755895
> (dt-bindings/power/mt8192-power.h is included in it.)
> https://lore.kernel.org/patchwork/patch/1321118
> (dt-bindings/reset-controller/mt8192-resets.h is included in it.)
> 
>  .../bindings/sound/mt8192-afe-pcm.yaml        | 100 ++++++++++++++++++
>  1 file changed, 100 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml
> 


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

yamllint warnings/errors:
./Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml:10:4: [warning] wrong indentation: expected 2 but found 3 (indentation)
./Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml:15:7: [warning] wrong indentation: expected 4 but found 6 (indentation)

dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/sound/mt8192-afe-pcm.example.dts:19:18: fatal error: dt-bindings/clock/mt8192-clk.h: No such file or directory
   19 |         #include <dt-bindings/clock/mt8192-clk.h>
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/sound/mt8192-afe-pcm.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1364: dt_binding_check] Error 2


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

The base for the patch is generally the last rc1. Any dependencies
should be noted.

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.


  reply	other threads:[~2020-11-04 18:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03  7:59 [PATCH v4 0/9] ASoC: Mediatek: Add support for MT8192 SoC Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 1/9] ASoC: mediatek: mt6359: add the calibration functions Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 2/9] ASoC: mediatek: mt8192: add platform driver Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 3/9] ASoC: mediatek: mt8192: support i2s in " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 4/9] ASoC: mediatek: mt8192: support adda " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 5/9] ASoC: mediatek: mt8192: support pcm " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 6/9] ASoC: mediatek: mt8192: support tdm " Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 7/9] dt-bindings: mediatek: mt8192: add audio afe document Jiaxin Yu
2020-11-04 18:56   ` Rob Herring [this message]
2020-11-10 16:00     ` Rob Herring
2020-11-03  7:59 ` [PATCH v4 8/9] ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682 Jiaxin Yu
2020-11-03  7:59 ` [PATCH v4 9/9] dt-bindings: mediatek: mt8192: add mt8192-mt6358-rt1015-rt5682 document Jiaxin Yu
2020-11-04 20:42 ` [PATCH v4 0/9] ASoC: Mediatek: Add support for MT8192 SoC Mark Brown

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=20201104185651.GB3946406@bogus \
    --to=robh@kernel.org \
    --cc=Bicycle.Tsai@mediatek.com \
    --cc=Trevor.Wu@mediatek.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jiaxin.yu@mediatek.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=shane.chien@mediatek.com \
    --cc=tiwai@suse.com \
    --cc=tzungbi@google.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).