MA-23333 [Android-15] enable LE audio on 8MM and 95 15*15

Reason: UART3 on 8MM has been disabled in commit 68da6a9fd2, this port
will be used in LE Audio, so enable it in imx8mm-evk-iw612.dts
Tested: on 8MM

Change-Id: I756f8c0bb377b3cc74d443e51edfe6051aec518b
Signed-off-by: yunjie <yunjie.jia@nxp.com>
This commit is contained in:
yunjie 2025-01-16 10:27:12 +00:00
parent f086b7525d
commit 7cb7a9c046

View File

@ -7,3 +7,7 @@
&usdhc1 { &usdhc1 {
status = "disabled"; status = "disabled";
}; };
&uart3 {
status = "ok";
};