> +static int hsmmc2_set_power(struct device *dev, int slot, int power_on, int vdd) > +{ > + int ret; > + > + struct hsmmc_controller *c = &hsmmc[1]; > + > + if (power_on) { > + u32 reg; > + > + reg = omap_ctrl_readl(c->control_devconf_offset); > + reg |= OMAP2_MMCSDIO2ADPCLKISEL; > + omap_ctrl_writel(reg, c->control_devconf_offset); This is not correct for pandora, it needs input clock from the transceiver, not loop back clock. Perhaps this can be controlled by platform data, or removed altogether and left for the bootloader? -- 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