Commit d765af89 authored by Adam YH Lee's avatar Adam YH Lee Committed by Tony Lindgren

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: default avatarAsh Charles <ashcharles@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 72f5d5d5
......@@ -218,3 +218,6 @@ &uart2 {
pinctrl-0 = <&uart2_pins>;
};
&mcbsp2 {
status = "okay";
};
......@@ -32,7 +32,3 @@ OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
>;
};
};
&mcbsp2 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment