ARM: dts: omap3-gta04: Enable mcbps2 necessary for audio

mcbsp2 is used in gta04 soundcard config and by default
is disabled so enable it for gta04.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
H. Nikolaus Schaller 2015-01-22 21:38:09 +01:00 committed by Tony Lindgren
parent 2a88a0b3cf
commit 98fd396ff7
1 changed files with 4 additions and 0 deletions

View File

@ -498,3 +498,7 @@ filesystem@680000 {
};
};
};
&mcbsp2 {
status = "okay";
};