MLK-22340-1: Revert "MLK-20277-4: ARM64: fsl-imx8mm-evk-m4: enable sai3 with wm8524"
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 29 Jul 2019 06:26:02 +0000 (14:26 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 16 Aug 2019 05:25:22 +0000 (13:25 +0800)
This reverts commit b49dff663e17302230556745e45eb51b94dc1f0c.

M4 request to control the SAI3 for some customer want to use
the SAI3 + WM8524 for rpmsg playback, so remove the WM8524
sound card in this dts

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
(cherry picked from commit c4bd981ca2ca28dc2c4b90c6a399876148f0d779)

arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts

index 9c34898..ba031e3 100644 (file)
 
        };
 
+       sound-wm8524 {
+               status = "disabled";
+       };
+
+       wm8524: wm8524 {
+               status = "disabled";
+       };
+
        rpmsg_i2s: rpmsg-i2s {
                compatible = "fsl,imx8mq-rpmsg-i2s";
                /* the audio device index in m4 domain */
        status = "disabled";
 };
 
+&sai3 {
+       status = "disabled";
+};
+
 &sdma3 {
        status = "disabled";
 };