[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210412100638.3349-1-thunder.leizhen@huawei.com>
Date: Mon, 12 Apr 2021 18:06:36 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
"Rob Herring" <robh+dt@...nel.org>,
alsa-devel <alsa-devel@...a-project.org>,
devicetree <devicetree@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>,
Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
Subject: [PATCH v3 0/2] clean up dt_binding_check and dtbs_check warnings of renesas,rsnd.yaml
v2 --> v3:
Modified based on Rob's review comments. For example, "ports" and "port" are
not allowed at the same time.
For the details, please refer:
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg2539753.html
v1 --> v2:
The analysis was not clear in the previous version, "$ref: audio-graph.yaml#"
is not required.
It was then adjusted based on the following patch series:
[1] https://lore.kernel.org/r/20210323163634.877511-1-robh@kernel.org/
v1:
When I do dt_binding_check for all YAML files, below warning is reported:
/root/mainline/Documentation/devicetree/bindings/sound/renesas,rsnd.example.dt.yaml: sound@...00000: 'dais' is a required property
From schema: /root/mainline/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
make dt_binding_check -j24 2>err.txt
Before:
cat err.txt | wc -l
2
After:
cat err.txt | wc -l
0
make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/sound/renesas,rsnd.yaml -j24 2>err.txt
Before:
cat err.txt | wc -l
130
After:
cat err.txt | wc -l
0
Zhen Lei (2):
ASoC: dt-bindings: renesas, rsnd: Clear warning 'dais' is a required
property
ASoC: dt-bindings: renesas, rsnd: Clear warning 'ports' does not match
any of the regexes
.../devicetree/bindings/sound/renesas,rsnd.yaml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
--
2.26.0.106.g9fadedd
Powered by blists - more mailing lists