Re: [PATCH v2] ASoC: codecs: wcd937x: Add conditional regulator control for wcd937x

From: Karthik S

Date: Mon Apr 06 2026 - 05:58:51 EST


Hi Rob,

Yes, I was able to run the script as you suggested and find the error indicated. To address the error I have removed 'type' from the dt-binding property "qcom,always-on-supply".

Thanks and Regards,
Karthik S

On 4/2/2026 1:59 PM, Rob Herring (Arm) wrote:
My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/qcom,wcd937x.yaml: properties:qcom,always-on-supply: 'type' is not one of ['description', 'deprecated']
from schema $id:http://devicetree.org/meta-schemas/core.yaml

doc reference errors (make refcheckdocs):

Seehttps://patchwork.kernel.org/project/devicetree/ patch/20260402072256.2811085-1-karthik.s@xxxxxxxxxxxxxxxx

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.