diff options
author | Christoph Fritz <chf.fritz@googlemail.com> | 2014-05-22 19:06:24 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-27 16:51:00 -0400 |
commit | 598fbdd0c470deb47e48d31cb557f4859bce8137 (patch) | |
tree | a7891ac7f03dd2d63cb1028b94c5e2b16f7510d9 | |
parent | 76ad4ac1ef64cda4258451927829210ae3f252e4 (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.dtsi | 4 |
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>; |