[PATCH v6 6/7] omap: zoom: add fixed regulator device for wlan
Tony Lindgren
tony at atomide.com
Thu Sep 16 13:44:31 EDT 2010
* Ohad Ben-Cohen <ohad at wizery.com> [100915 16:23]:
> Add a fixed regulator vmmc device to enable power control
> of the wl1271 wlan device.
<snip>
> +static struct fixed_voltage_config zoom_vwlan = {
> + .supply_name = "vwl1271",
> + .microvolts = 1800000, /* 1.8V */
> + .gpio = OMAP_ZOOM_WLAN_PMENA_GPIO,
> + .startup_delay = 70000, /* 70msec */
> + .enable_high = 1,
> + .enabled_at_boot = 0,
> + .init_data = &zoom_vmmc3,
> +};
These are usually aligned with tabs before the = sign.
> +static struct platform_device omap_vwlan_device = {
> + .name = "reg-fixed-voltage",
> + .id = 1,
> + .dev = {
> + .platform_data = &zoom_vwlan,
> + },
> +};
Like in this struct.
After that's fixed, here's my ack for these to go via the
wireless tree:
Acked-by: Tony Lindgren <tony at atomide.com>
More information about the linux-arm-kernel
mailing list