On 19/09/2023 11:07, Bragatheswaran Manickavel wrote:Let me correct all this errors/warnings and send a new patch.
Convert the tfa9879 audio CODEC bindings to DT schemaInstead:
+required:
+ - compatible
+ - reg
+ - '#sound-dai-cells'
+
+additionalProperties: false
unevaluatedProperties: false
+amplifier@6c
+examples:
+ - |
+ i2c1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ amp: amp@6c {
+ compatible: "nxp,tfa9879";That's not a DT syntax.
+ reg: <0x6c>;
+ "#sound-dai-cells": <0>;
+ pinctrl-names: "default";
+ pinctrl-0: <&pinctrl_i2c1>;
Best regards,
Krzysztof