summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-sai.dts
diff options
context:
space:
mode:
authorZidan Wang <zidan.wang@freescale.com>2015-09-01 15:34:38 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:00:15 -0600
commit0af6779b2461fdca488c5b26cccac3197229c1b6 (patch)
tree4465fc743064479be31d59fb48936a761321604d /arch/arm/boot/dts/imx6sx-sdb-sai.dts
parent69832838136038b3fc819bf70e2362384fe65ab8 (diff)
MLK-11480-02 ARM: dts: add sai<->wm8962 sound card support for imx6sx-sdb board
add sai<->wm8962 sound card support for imx6sx-sdb board Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-sai.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-sai.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-sai.dts b/arch/arm/boot/dts/imx6sx-sdb-sai.dts
new file mode 100644
index 000000000000..38a615a08eca
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sx-sdb-sai.dts
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6sx-sdb.dts"
+
+/ {
+ sound {
+ cpu-dai = <&sai1>;
+ };
+};
+
+&audmux {
+ /* pin conflict with sai */
+ status = "disabled";
+};
+
+&sai1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_sai1>;
+ status = "okay";
+};
+
+&sdma {
+ gpr = <&gpr>;
+ /* SDMA event remap for SAI1 */
+ fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
+};