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: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
f5f15be141
commit
2cc86a4705
|
@ -771,8 +771,31 @@
|
|||
};
|
||||
};
|
||||
|
||||
&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 @@
|
|||
pinctrl-0 = <&hdq_pins>;
|
||||
};
|
||||
|
||||
&mcbsp4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* image signal processor within OMAP3 SoC */
|
||||
&isp {
|
||||
ports {
|
||||
|
|
Loading…
Reference in New Issue