[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <167413318302.1585278.7105957388478984370.robh@kernel.org>
Date: Thu, 19 Jan 2023 07:02:22 -0600
From: Rob Herring <robh@...nel.org>
To: Srinivasa Rao Mandadapu <quic_srivasam@...cinc.com>
Cc: srinivas.kandagatla@...aro.org, quic_plai@...cinc.com,
devicetree@...r.kernel.org, perex@...ex.cz, bgoswami@...cinc.com,
tiwai@...e.com, quic_rohkumar@...cinc.com, agross@...nel.org,
robh+dt@...nel.org, alsa-devel@...a-project.org,
swboyd@...omium.org, linux-arm-msm@...r.kernel.org,
andersson@...nel.org, broonie@...nel.org,
linux-kernel@...r.kernel.org, judyhsiao@...omium.org,
lgirdwood@...il.com
Subject: Re: [PATCH 1/3] ASoC: qcom: dt-bindings: lpass-va-macro: Update clock name
On Thu, 19 Jan 2023 11:41:12 +0530, Srinivasa Rao Mandadapu wrote:
> Upadte clock name from core to macro in lpass-va-macro node
> to make it compatible with existing driver and device tree node.
>
> Fixes: 67d99b23c881 ("ASoC: qcom: dt-bindings: add bindings for lpass va macro codec")
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@...cinc.com>
> Tested-by: Ratna Deepthi Kudaravalli <quic_rkudarv@...cinc.com>
> ---
> Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
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/dt-review-ci/linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.example.dtb: codec@...0000: clock-names: 'oneOf' conditional failed, one must be fixed:
['mclk', 'core', 'dcodec'] is too long
'macro' was expected
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.example.dtb: codec@...0000: Unevaluated properties are not allowed ('clock-names' was unexpected)
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/1674108674-8392-2-git-send-email-quic_srivasam@quicinc.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists