]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dt-bindings: renesas, rsnd: Fix duplicate 'allOf' entries
authorRob Herring <robh@kernel.org>
Thu, 19 Nov 2020 16:18:48 +0000 (10:18 -0600)
committerMark Brown <broonie@kernel.org>
Fri, 20 Nov 2020 13:49:06 +0000 (13:49 +0000)
commit44f374ec047daecefbb9bc782648f1ca96c8c1b0
tree52dbfbb59d7e981e65dd0f1b9758fdda2e46b10e
parent1bb9aa9858f64e44ff7ce7ff3ec07315a496f1e1
ASoC: dt-bindings: renesas, rsnd: Fix duplicate 'allOf' entries

Commit c90175bafefe ("ASoC: audio-graph-card: Refactor schema") added an
'allOf' entry, but one is already present in the schema. Multiple keys
is not valid and results in an error:

ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping
  in "<unicode string>", line 4, column 1
found duplicate key "allOf" with value "[]" (original value: "[]")
  in "<unicode string>", line 262, column 1

Fixes: c90175bafefe ("ASoC: audio-graph-card: Refactor schema")
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Sameer Pujar <spujar@nvidia.com>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201119161848.3379929-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml