From: Lothar Waßmann Date: Thu, 18 Feb 2016 17:36:01 +0000 (+0100) Subject: karo: tx6ul: fix bogus GPIO numbers X-Git-Tag: KARO-TX6-2016-03-10~2^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=19c28e24a7fbbe6c539161b329eac413978fa44f karo: tx6ul: fix bogus GPIO numbers --- diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 6a21c3b1b8..b216b11259 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -711,11 +711,8 @@ static const iomux_v3_cfg_t stk5_pads[] = { static const struct gpio stk5_gpios[] = { { TX6UL_LED_GPIO, GPIOFLAG_OUTPUT_INIT_LOW, "HEARTBEAT LED", }, - { IMX_GPIO_NR(3, 23), GPIOFLAG_INPUT, "USBOTG ID", }, - { IMX_GPIO_NR(1, 8), GPIOFLAG_INPUT, "USBOTG OC", }, - { IMX_GPIO_NR(1, 7), GPIOFLAG_OUTPUT_INIT_LOW, "USBOTG VBUS enable", }, - { IMX_GPIO_NR(3, 30), GPIOFLAG_INPUT, "USBH1 OC", }, - { IMX_GPIO_NR(3, 31), GPIOFLAG_OUTPUT_INIT_LOW, "USBH1 VBUS enable", }, + { IMX_GPIO_NR(1, 27), GPIOFLAG_INPUT, "USBOTG OC", }, + { IMX_GPIO_NR(1, 26), GPIOFLAG_OUTPUT_INIT_LOW, "USBOTG VBUS enable", }, }; #ifdef CONFIG_LCD