summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-05-08 15:56:32 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2020-05-08 16:23:09 +0800
commit3716837123de18c4c690ad796ccd927d4f294c62 (patch)
tree372bc9712466b4f99512c7c9753e1329f49e75fb /arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts
parent61212b715b4fb37553dae33df1320c418824c854 (diff)
MLK-23943: arm64: dts: imx8mn-evk: Add support for AK5558 on AB1
Add support for AK5558 on AB1. which is required by LPDDR4 EVK board. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts40
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts b/arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts
new file mode 100644
index 000000000000..d7fcf032c9a2
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk-ak5558.dts
@@ -0,0 +1,40 @@
+/*
+ * Copyright 2020 NXP
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "imx8mn-evk.dts"
+
+/ {
+ sound-wm8524 {
+ asrc-controller = <0>;
+ };
+ sound-ak5558 {
+ asrc-controller = <&easrc>;
+ status = "okay";
+ };
+ sound-micfil {
+ status = "disabled";
+ };
+};
+
+&micfil {
+ status = "disabled";
+};
+
+&sai5 {
+ status = "okay";
+};
+
+&ak5558 {
+ status = "okay";
+};