aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fritz <chf.fritz@googlemail.com>2014-05-22 19:06:24 -0400
committerTony Lindgren <tony@atomide.com>2014-05-27 16:51:00 -0400
commit598fbdd0c470deb47e48d31cb557f4859bce8137 (patch)
treea7891ac7f03dd2d63cb1028b94c5e2b16f7510d9
parent76ad4ac1ef64cda4258451927829210ae3f252e4 (diff)
ARM: dts: omap3: set mcbsp2 status
This patch fixes audio support for omap3-lilly-a83x. Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap3-lilly-a83x.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
index cc1dce6978f5..2b3af9048a16 100644
--- a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
+++ b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
@@ -357,6 +357,10 @@
357 power = <50>; 357 power = <50>;
358}; 358};
359 359
360&mcbsp2 {
361 status = "okay";
362};
363
360&gpmc { 364&gpmc {
361 ranges = <0 0 0x30000000 0x1000000>, 365 ranges = <0 0 0x30000000 0x1000000>,
362 <7 0 0x15000000 0x01000000>; 366 <7 0 0x15000000 0x01000000>;