> arch/arm/mach-omap2/board-3430sdp.c | 4 > arch/arm/mach-omap2/hsmmc.c | 185 ++++++++++++++++++++++++++++++++ hsmmc.c is used by Beagle too, yet ... > void __init hsmmc_init(void) > { > omap_set_mmc_info(1, &hsmmc_data); > + omap_set_mmc_info(2, &hsmmc2_data); > } ... MMC2 is rarely enabled on Beagle, so this is incorrect. A better way to do this would be to let the boards say exactly what the hardware configuration is, rather than requiring all OMAP3 boards to be set up exactly like the SDP... - Dave -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html