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,17 +771,36 @@ filesystem@880000 { ...@@ -771,17 +771,36 @@ filesystem@880000 {
}; };
}; };
&mcbsp2 { &mcbsp1 { /* FM Transceiver PCM */
status = "okay"; status = "ok";
#sound-dai-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&mcbsp1_pins>;
}; };
&hdqw1w { &mcbsp2 { /* TPS65950 I2S */
status = "ok";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&hdq_pins>; pinctrl-0 = <&mcbsp2_pins>;
}; };
&mcbsp4 { &mcbsp3 { /* Bluetooth PCM */
status = "okay"; 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 {
pinctrl-names = "default";
pinctrl-0 = <&hdq_pins>;
}; };
/* image signal processor within OMAP3 SoC */ /* image signal processor within OMAP3 SoC */
......
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