X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fbeckhoff%2Fmx53cx9020%2Fmx53cx9020.c;h=398e4ed72028319de2eedfa20eec78646399170b;hb=d8a3f5259a36e76d1de127f65714c40918e8ee4c;hp=9450d925f6f23021d076106eeab770b6d8e288cd;hpb=e57eb2056577191879e31a5c6394594b6b59a8ec;p=oweals%2Fu-boot.git diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c index 9450d925f6..398e4ed720 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020.c @@ -8,6 +8,8 @@ */ #include +#include +#include #include #include #include @@ -127,16 +129,6 @@ static void setup_gpio_leds(void) gpio_direction_output(GPIO_LED_PWR_G, 0); } -#ifdef CONFIG_USB_EHCI_MX5 -int board_ehci_hcd_init(int port) -{ - /* request VBUS power enable pin, GPIO7_8 */ - gpio_direction_output(IMX_GPIO_NR(7, 8), 1); - return 0; -} -#endif - - static int power_init(void) { /* nothing to do on CX9020 */