Skip to content

Commit e5fe29c

Browse files
felipectmlind
authored andcommitted
ARM: OMAP: rx51: fix USB
Commit 10299e2 (ARM: RX-51: Enable isp1704 power on/off) added power management for isp1704. However, the transceiver should be powered on by default, otherwise USB doesn't work at all for networking during boot. All kernels after v3.0 are affected. Cc: [email protected] Signed-off-by: Felipe Contreras <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> [[email protected]: updated comments] Signed-off-by: Tony Lindgren <[email protected]>
1 parent 0c8551e commit e5fe29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/board-rx51-peripherals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static struct platform_device rx51_charger_device = {
193193
static void __init rx51_charger_init(void)
194194
{
195195
WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
196-
GPIOF_OUT_INIT_LOW, "isp1704_reset"));
196+
GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
197197

198198
platform_device_register(&rx51_charger_device);
199199
}

0 commit comments

Comments
 (0)