From: "H. Nikolaus Schaller" <[email protected]> mcbsp2 is used in gta04 soundcard config and by default is disabled so enable it for gta04.
Signed-off-by: H. Nikolaus Schaller <[email protected]> --- arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index c78380e..7272591 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -449,3 +449,7 @@ }; }; }; + +&mcbsp2 { + status = "okay"; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
