summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2016-10-14 13:12:11 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:06 +0800
commit0c7e21863be1825ae3bbb63bf140ea9569513de6 (patch)
tree0896d9a824a60322d016240e25a27e41f162c8fb /arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts
parent26866d23aa2b94ab666d7245d5a6dac2b491bf3c (diff)
MLK-13343-2: ARM: dts: imx6sll: enable audio functions
enabled the wm8962 and spdif out. There is pin conflict between spdif and usdhc2. So add dedicate spdif dts. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts')
-rw-r--r--arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts b/arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts
new file mode 100644
index 000000000000..39f67da4b0f1
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sll-lpddr3-arm2-spdif.dts
@@ -0,0 +1,36 @@
+/*
+ * Copyright (C) 2016 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 "imx6sll-lpddr3-arm2.dts"
+
+/ {
+
+ sound-spdif {
+ compatible = "fsl,imx-audio-spdif",
+ "fsl,imx6sl-evk-spdif";
+ model = "imx-spdif";
+ spdif-controller = <&spdif>;
+ spdif-out;
+ };
+};
+
+&spdif {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_spdif>;
+ assigned-clocks = <&clks IMX6SLL_CLK_SPDIF_SEL>,
+ <&clks IMX6SLL_CLK_SPDIF_PODF>;
+ assigned-clock-parents = <&clks IMX6SLL_CLK_PLL4_AUDIO_DIV>;
+ assigned-clock-rates = <0>, <98304000>;
+ status = "okay";
+};
+
+&usdhc2 {
+ status = "disabled";
+};
+
+