On 23-02-23, Marek Vasut wrote: > On 2/22/23 20:02, Marco Felsch wrote: > > Hi, > > [...] > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts > > index 8547391d9cbbf..3b38ec7bb47be 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts > > +++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts > > @@ -47,7 +47,6 @@ reg_audio_pwr: regulator-audio-pwr { > > regulator-max-microvolt = <3300000>; > > gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>; > > enable-active-high; > > - regulator-always-on; > > }; > > reg_can1_stby: regulator-can1-stby { > > @@ -94,21 +93,34 @@ reg_usdhc2_vmmc: regulator-usdhc2 { > > enable-active-high; > > }; > > - sound-wm8960 { > > - compatible = "fsl,imx-audio-wm8960"; > > - model = "wm8960-audio"; > > - audio-cpu = <&sai3>; > > - audio-codec = <&codec>; > > - audio-routing = > > + sound-wm8524 { > > Why WM8524 ? The MX8MP EVK I have here is populated with WM8960 chip and > with single headphone jack, are you sure the below is correct ? Argh.. the name was copied from 8MM evk dts but the below setup is working, at least the audio-outpath. Didn't tested the mic path. Regards, Marco