diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-03-25 08:56:18 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:10 -0400 |
commit | cb5dfaf44d2fdbce4329c2e4762e8450c8cd3b3c (patch) | |
tree | a16c72c448a909936b3ba1021a188c82ea77aa36 /arch/arm/boot | |
parent | 58e78520bcbe01f12be1b4020b3e7650dee875f2 (diff) |
ENGR00305648-1 ASoC: imx-sgtl5000: Support non-ssi cpu-dai
The current imx-sgtl5000 driver always attaches the cpu-dai to ssi while
in fact it could be attached to other cpu-dais like SAI. Thus this patch
use a general code to support another cpu-dai. And meanwhile update the
devicetree for i.MX6 Series.
Acked-by: Wang Shengjiu <b02247@freescale.com>
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabrelite.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index bdcabc9f5b41..73430596baa9 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts | |||
@@ -54,7 +54,7 @@ | |||
54 | compatible = "fsl,imx6q-sabrelite-sgtl5000", | 54 | compatible = "fsl,imx6q-sabrelite-sgtl5000", |
55 | "fsl,imx-audio-sgtl5000"; | 55 | "fsl,imx-audio-sgtl5000"; |
56 | model = "imx6q-sabrelite-sgtl5000"; | 56 | model = "imx6q-sabrelite-sgtl5000"; |
57 | ssi-controller = <&ssi1>; | 57 | cpu-dai = <&ssi1>; |
58 | audio-codec = <&codec>; | 58 | audio-codec = <&codec>; |
59 | audio-routing = | 59 | audio-routing = |
60 | "MIC_IN", "Mic Jack", | 60 | "MIC_IN", "Mic Jack", |
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts index 741725ae30b3..23a6b3c87ccd 100644 --- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts | |||
@@ -94,7 +94,7 @@ | |||
94 | compatible = "fsl,imx6sx-arm2-sgtl5000", | 94 | compatible = "fsl,imx6sx-arm2-sgtl5000", |
95 | "fsl,imx-audio-sgtl5000"; | 95 | "fsl,imx-audio-sgtl5000"; |
96 | model = "imx6sx-arm2-sgtl5000"; | 96 | model = "imx6sx-arm2-sgtl5000"; |
97 | ssi-controller = <&ssi1>; | 97 | cpu-dai = <&ssi1>; |
98 | audio-codec = <&codec>; | 98 | audio-codec = <&codec>; |
99 | audio-routing = | 99 | audio-routing = |
100 | "LINE_IN", "Line In Jack", | 100 | "LINE_IN", "Line In Jack", |