diff options
author | Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com> | 2019-10-23 07:40:41 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | ba1444eab6c51550b2c992fc228d5f29774366bf (patch) | |
tree | 80a7d5d6ea674dcc1067d5df8e4ebbe40124a5f2 /board/beckhoff/mx53cx9020 | |
parent | 9c2b1b0f0390bb680e43197fd2ba2369d21ab4f7 (diff) |
imx: cx9020: migrate cx9020 to CONFIG_DM_USB
Note: gpio7_8 was never used for usb power regulator so we remove it here
Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'board/beckhoff/mx53cx9020')
-rw-r--r-- | board/beckhoff/mx53cx9020/mx53cx9020.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c index 63a54f59b8..398e4ed720 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020.c @@ -129,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 */ |