Re: [PATCH 3/4] HSMMC: Add support for the second controller

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux