ARM: dts: overo: Enable McBSP2 for all Overo COMs

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>
This commit is contained in:
Adam YH Lee 2015-06-12 13:37:24 -07:00 committed by Tony Lindgren
parent 72f5d5d524
commit d765af89a4
2 changed files with 3 additions and 4 deletions

View File

@ -218,3 +218,6 @@ &uart2 {
pinctrl-0 = <&uart2_pins>;
};
&mcbsp2 {
status = "okay";
};

View File

@ -32,7 +32,3 @@ OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
>;
};
};
&mcbsp2 {
status = "okay";
};