[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323287816-2809-1-git-send-email-felipe.contreras@gmail.com>
Date: Wed, 7 Dec 2011 21:56:56 +0200
From: Felipe Contreras <felipe.contreras@...il.com>
To: linux-omap@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@....linux.org.uk>,
Kalle Jokiniemi <kalle.jokiniemi@...ia.com>,
Anton Vorontsov <cbouatmailru@...il.com>,
Heikki Krogerus <krohei@...il.com>,
Felipe Contreras <felipe.contreras@...il.com>
Subject: [PATCH] omap: rx51: initialize isp1704 properly
From: Heikki Krogerus <krohei@...il.com>
Without this USB networking doesn't work as the link is never detected.
Signed-off-by: Felipe Contreras <felipe.contreras@...il.com>
---
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index a1d0257..faac1fc 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -193,7 +193,7 @@ static struct platform_device rx51_charger_device = {
static void __init rx51_charger_init(void)
{
WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
- GPIOF_OUT_INIT_LOW, "isp1704_reset"));
+ GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
platform_device_register(&rx51_charger_device);
}
--
1.7.8.rc1.14.g248db
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists