]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: dts: omap3-gta04: Enable mcbps2 necessary for audio
authorH. Nikolaus Schaller <hns@goldelico.com>
Thu, 22 Jan 2015 20:38:09 +0000 (21:38 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 20:54:31 +0000 (12:54 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dtsi

index ce283f5f6ad940825fbe56550377a97036fb3465..12b20a3e6dafc7be28b42893920300fc5e0c0fb7 100644 (file)
                };
        };
 };
+
+&mcbsp2 {
+       status = "okay";
+};