OSDN Git Service

ARM: dts: overo: Enable McBSP2 for all Overo COMs
authorAdam YH Lee <adam.yh.lee@gmail.com>
Fri, 12 Jun 2015 20:37:24 +0000 (13:37 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 14 Jul 2015 11:15:10 +0000 (04:15 -0700)
Both Gumstix Overo and Overo Storm COMs use TWL4030 audio module
connected to the McBSP2.  As such, enable the McBSP2 module in the
common device tree file, omap3-overo-base.dtsi, rather than in the
processor-specific device tree files, omap3-overo.dtsi and
omap3-overo-storm.dtsi.  This corrects audio on the Storm COMs where
the setting was accidentally missing from the device tree.

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-overo-base.dtsi
arch/arm/boot/dts/omap3-overo.dtsi

index 18e1649..e731e14 100644 (file)
        pinctrl-0 = <&uart2_pins>;
 };
 
+&mcbsp2 {
+       status = "okay";
+};
index 69ca7c4..932a02f 100644 (file)
@@ -32,7 +32,3 @@
                >;
        };
 };
-
-&mcbsp2 {
-       status = "okay";
-};