Commits

Mihai Serban committed bccaf70e083
MLK-15951: ARM64: dts: fsl-imx8qxp: Fix SAI master clock assignment The SAI driver maps the DTS master clock names to the registers settings that select the audio Master Clock used for internally generated bit clock when SAI operates in master mode. The mapping is defined as follows: mclk0 -> Bus Clock mclk1 -> Master Clock (MCLK) 1 mclk2 -> Master Clock (MCLK) 2 mclk3 -> Master Clock (MCLK) 3 In iMX8QXP the SAIs are connected to MCLK 1 so we have to use it in DTS. Signed-off-by: Mihai Serban <mihai.serban@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>