On Thu, 26 Jun 2025 23:43:31 +0530, Niranjan H Y wrote: > tac5x1x family are series of low-power and high performance > mono/stereo audio codecs consists of ADC and DAC combinations. > The family consist of Codecs(DAC & ADC), ADC only and DAC only > configurations. The documentation explains the list of devices > in the family, their power supply configurations and gpio > configuration options available for various functionality. > > Signed-off-by: Niranjan H Y <niranjan.hy@xxxxxx> > > --- > v2: > - Document newly added dts entries ti,adc1-impedance, > ti,adc2-impedance, ti,out2x-vcom-cfg > v3: > - add documentation for ti,pdm-input-pins > - Update required section > --- > .../devicetree/bindings/sound/ti,tac5x1x.yaml | 262 ++++++++++++++++++ > 1 file changed, 262 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/ti,tac5x1x.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Warning: Duplicate compatible "ti,taa5412" found in schemas matching "$id": http://devicetree.org/schemas/sound/ti,pcm6240.yaml# http://devicetree.org/schemas/sound/ti,tac5x1x.yaml# Warning: Duplicate compatible "ti,taa5212" found in schemas matching "$id": http://devicetree.org/schemas/sound/ti,pcm6240.yaml# http://devicetree.org/schemas/sound/ti,tac5x1x.yaml# Warning: Duplicate compatible "ti,tad5212" found in schemas matching "$id": http://devicetree.org/schemas/sound/ti,pcm6240.yaml# http://devicetree.org/schemas/sound/ti,tac5x1x.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/ti,tac5x1x.example.dtb: tac5x1x@52 (ti,tac5212): ti,gpa-gpio: 0 is not of type 'array' from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250626181334.1200-3-niranjan.hy@xxxxxx 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.