On 01/06/23 18:43, Francesco Dolcini wrote: [...] > +/* Verdin I2C_1 */ > +&main_i2c1 { > + status = "okay"; > + > + /* Audio Codec */ > + wm8904_1a: audio-codec@1a { > + compatible = "wlf,wm8904"; This node doesn't have YAML bindings :( > + reg = <0x1a>; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2s1_mclk>; > + /* POSTDIV4_16FF_MAIN_2_HSDIVOUT8_CLK -> AUDIO_EXT_REFCLK1 */ > + assigned-clocks = <&k3_clks 157 10>; > + assigned-clock-parents = <&k3_clks 157 18>; > + assigned-clock-rates = <25000000>; /* for 48KHz ± 1.7% */ > + clocks = <&k3_clks 157 10>; > + clock-names = "mclk"; > + AVDD-supply = <®_1v8_sw>; > + CPVDD-supply = <®_1v8_sw>; > + DBVDD-supply = <®_1v8_sw>; > + DCVDD-supply = <®_1v8_sw>; > + MICVDD-supply = <®_1v8_sw>; I dont see these properties in .txt bindings either. > + #sound-dai-cells = <0>; > + }; > + [...] -- Regards Vignesh