[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1633115017.918117.4113070.nullmailer@robh.at.kernel.org>
Date: Fri, 01 Oct 2021 14:03:37 -0500
From: Rob Herring <robh@...nel.org>
To: Srinivasa Rao Mandadapu <srivasam@...eaurora.org>
Cc: bgoswami@...eaurora.org,
Venkata Prasad Potturu <potturu@...eaurora.org>,
broonie@...nel.org, srinivas.kandagatla@...aro.org,
plai@...eaurora.org, devicetree@...r.kernel.org, tiwai@...e.com,
lgirdwood@...il.com, swboyd@...omium.org,
linux-kernel@...r.kernel.org, alsa-devel@...a-project.org,
judyhsiao@...omium.org, agross@...nel.org, rohitkr@...eaurora.org,
linux-arm-msm@...r.kernel.org, perex@...ex.cz, robh+dt@...nel.org,
bjorn.andersson@...aro.org
Subject: Re: [PATCH 6/8] ASoC: dt-bindings: Add SC7280 sound card bindings
On Fri, 01 Oct 2021 16:51:30 +0530, Srinivasa Rao Mandadapu wrote:
> Add bindings for lpass sc7280 based soundcards which supports
> audio over i2s based speaker, soundwire based headset, msm dmics
> and HDMI Port.
>
> Signed-off-by: Venkata Prasad Potturu <potturu@...eaurora.org>
> Signed-off-by: Srinivasa Rao Mandadapu <srivasam@...eaurora.org>
> ---
> .../devicetree/bindings/sound/qcom,lpass-cpu.yaml | 69 +++++++++++++++++++---
> 1 file changed, 61 insertions(+), 8 deletions(-)
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml: allOf:3:then:properties:interrupt-names:anyOf:2:items: 'anyOf' conditional failed, one must be fixed:
[{'const': 'lpass-irq-lpaif'}, 'lpass-irq-vaif', 'lpass-irq-rxtxif', 'lpass-irq-hdmi'] is not of type 'object', 'boolean'
'lpass-irq-vaif' is not of type 'object', 'boolean'
'lpass-irq-rxtxif' is not of type 'object', 'boolean'
'lpass-irq-hdmi' is not of type 'object', 'boolean'
from schema $id: http://json-schema.org/draft-07/schema#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml: ignoring, error in schema: allOf: 3: then: properties: interrupt-names: anyOf: 2: items
warning: no schema found in file: ./Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml:0:0: /example-0/soc/lpass@...80000: failed to match any schema with compatible: ['qcom,sc7180-lpass-cpu']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1535291
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.
Powered by blists - more mailing lists