Stephen Warren wrote at Friday, September 30, 2011 1:40 PM:
...
>  void gpio_config_mmc(void)
>  {
>       /* Set EN_VDDIO_SD (GPIO I6) */
> +     gpio_request(GPIO_PI6, "SDMMC4 power");
>       gpio_direction_output(GPIO_PI6, 1);
> 
>       /* Config pin as GPI for Card Detect (GPIO I5) */
> +     gpio_request(GPIO_PI5, "SDMMC4 card detect");
>       gpio_direction_input(GPIO_PI5);
>  }

Tom pointed out that the strings here should say "SDMMC3" not "SDMMC4".
I'll wait until Tuesday for any other comments, then repost an updated
patchset including that fix.

-- 
nvpublic

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to