diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2012-05-09 02:15:45 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 03:18:07 -0400 |
commit | b7879fe6dad97ce08e8df0bf8d408942c436d358 (patch) | |
tree | cfaa8d094d5834b7fc02b791de8980040e501353 /arch/arm/boot/dts/imx6q-sabrelite.dts | |
parent | a258561df107a88a042121ea2b950a716691fca6 (diff) |
ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabrelite.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabrelite.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index 5b51deb80881..5a35bfdfc6a9 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts | |||
@@ -110,4 +110,18 @@ | |||
110 | regulator-always-on; | 110 | regulator-always-on; |
111 | }; | 111 | }; |
112 | }; | 112 | }; |
113 | |||
114 | sound { | ||
115 | compatible = "fsl,imx6q-sabrelite-sgtl5000", | ||
116 | "fsl,imx-audio-sgtl5000"; | ||
117 | model = "imx6q-sabrelite-sgtl5000"; | ||
118 | ssi-controller = <&ssi1>; | ||
119 | audio-codec = <&codec>; | ||
120 | audio-routing = | ||
121 | "MIC_IN", "Mic Jack", | ||
122 | "Mic Jack", "Mic Bias", | ||
123 | "Headphone Jack", "HP_OUT"; | ||
124 | mux-int-port = <1>; | ||
125 | mux-ext-port = <4>; | ||
126 | }; | ||
113 | }; | 127 | }; |