Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adam YH Lee and committed by
Tony Lindgren
d765af89 72f5d5d5

+3 -4
+3
arch/arm/boot/dts/omap3-overo-base.dtsi
··· 218 218 pinctrl-0 = <&uart2_pins>; 219 219 }; 220 220 221 + &mcbsp2 { 222 + status = "okay"; 223 + };
-4
arch/arm/boot/dts/omap3-overo.dtsi
··· 32 32 >; 33 33 }; 34 34 }; 35 - 36 - &mcbsp2 { 37 - status = "okay"; 38 - };