On Tuesday 10 March 2009, Adrian Hunter wrote:
> @@ -52,16 +52,20 @@ static struct platform_device *rx51_flash_devices[] = {
>
> static struct twl4030_hsmmc_info mmc[] __initdata = {
> {
> + .name = "external",
> .mmc = 1,
> - .wires = 8,
> + .wires = 4,
> + .cover_only = true,
> .gpio_cd = 160,
> .gpio_wp = -EINVAL,
> },
> {
> + .name = "internal",
> .mmc = 2,
> .wires = 8,
Ack on all the changes above ...
> .gpio_cd = -EINVAL,
> .gpio_wp = -EINVAL,
> + .vsim_18v = true,
... but not that one.
> },
> {} /* Terminator */
> };
--
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