Commit 2cc86a47 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Tony Lindgren

ARM: dts: omap3-gta04: add mcbsp (audio subsystem) nodes

GTA04 audio system makes use of all four McBSP ports, so enable and
connect them with pinmux.
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f5f15be1
......@@ -771,8 +771,31 @@ filesystem@880000 {
};
};
&mcbsp2 {
status = "okay";
&mcbsp1 { /* FM Transceiver PCM */
status = "ok";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&mcbsp1_pins>;
};
&mcbsp2 { /* TPS65950 I2S */
status = "ok";
pinctrl-names = "default";
pinctrl-0 = <&mcbsp2_pins>;
};
&mcbsp3 { /* Bluetooth PCM */
status = "ok";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&mcbsp3_pins>;
};
&mcbsp4 { /* GSM voice PCM */
status = "ok";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&mcbsp4_pins>;
};
&hdqw1w {
......@@ -780,10 +803,6 @@ &hdqw1w {
pinctrl-0 = <&hdq_pins>;
};
&mcbsp4 {
status = "okay";
};
/* image signal processor within OMAP3 SoC */
&isp {
ports {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment