[U-Boot] [PATCH 2/4] tegra2: Call gpio_request for SDMMC GPIOs
Stephen Warren
swarren at nvidia.com
Mon Oct 3 18:37:13 CEST 2011
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
More information about the U-Boot
mailing list