]> git.sur5r.net Git - u-boot/blobdiff - board/toradex/colibri_t30/colibri_t30.c
ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra
[u-boot] / board / toradex / colibri_t30 / colibri_t30.c
index ed043f49b37d70e2739b1c60ac061862cb70ccbf..f4bc7d8728eeda63a0df9b133c3f9fa5757180ee 100644 (file)
@@ -35,7 +35,7 @@ void pinmux_init(void)
 void pin_mux_usb(void)
 {
        /* Reset ASIX using LAN_RESET */
-       gpio_request(GPIO_PDD0, NULL);
+       gpio_request(GPIO_PDD0, "LAN_RESET");
        gpio_direction_output(GPIO_PDD0, 0);
        udelay(5);
        gpio_set_value(GPIO_PDD0, 1);