summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-sai.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-09-15 19:40:20 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:51 -0600
commit95e7e4d5aa8cbb8c68f8676868b3b2c5eb48e5dd (patch)
treed2f171ff0b03889b19e33b5f4cc37cae1cff84cf /arch/arm/boot/dts/imx6sx-sdb-sai.dts
parent18270381bceb3b6dfc2a0ebc6e89d986103fb39f (diff)
ENGR00331085-8: ARM: dts: imx6sx: add sai support for imx6sx-sdb board
SAI has pin conflicts with other moudles on all current boards of Solo X and two sdma event conflicts with UART5. Thus this patch adds new dtbs for SAI cases that occupy the pins and the event IDs of SDMA. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-sai.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-sai.dts30
1 files changed, 30 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..45c738c2683b
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sx-sdb-sai.dts
@@ -0,0 +1,30 @@
+/*
+ * 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 {
+ status = "okay";
+};
+
+&sdma {
+ gpr = <&gpr>;
+ /* SDMA event remap for SAI1 */
+ fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
+};