* Vishal Mahaveer <[email protected]> [110624 12:43]:
> Add MMC5 support on BLAZE, which has the wl1283 device hardwired to.
> 
> The wl1283 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ 
> line,
> and power-controlled by a GPIO-based fixed regulator.

Applying into devel-board branch.

> +static struct fixed_voltage_config sdp4430_vwlan = {
> +     .supply_name = "vwl1271",
> +     .microvolts = 1800000, /* 1.8V */
> +     .gpio = GPIO_WIFI_PMENA,
> +     .startup_delay = 70000, /* 70msec */
> +     .enable_high = 1,
> +     .enabled_at_boot = 0,
> +     .init_data = &sdp4430_vmmc5,
> +};

Tabified this struct for better formatting.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to