]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000
authorRichard Zhao <richard.zhao@freescale.com>
Wed, 9 May 2012 06:15:45 +0000 (14:15 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 11 May 2012 07:18:07 +0000 (15:18 +0800)
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-sabrelite.dts

index 5b51deb8088199010c2efe52ab198b27075881ee..5a35bfdfc6a97a19d2d194afd288d65525835657 100644 (file)
                        regulator-always-on;
                };
        };
+
+       sound {
+               compatible = "fsl,imx6q-sabrelite-sgtl5000",
+                            "fsl,imx-audio-sgtl5000";
+               model = "imx6q-sabrelite-sgtl5000";
+               ssi-controller = <&ssi1>;
+               audio-codec = <&codec>;
+               audio-routing =
+                       "MIC_IN", "Mic Jack",
+                       "Mic Jack", "Mic Bias",
+                       "Headphone Jack", "HP_OUT";
+               mux-int-port = <1>;
+               mux-ext-port = <4>;
+       };
 };