projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8551e
)
ARM: OMAP: rx51: fix USB
author
Felipe Contreras
<
[email protected]
>
Thu, 8 Dec 2011 20:23:00 +0000
(22:23 +0200)
committer
Tony Lindgren
<
[email protected]
>
Tue, 13 Dec 2011 21:49:03 +0000
(13:49 -0800)
Commit
10299e2e4e3ed3b16503d4e04edd48b33083f4e2
(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]
>
arch/arm/mach-omap2/board-rx51-peripherals.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-rx51-peripherals.c
b/arch/arm/mach-omap2/board-rx51-peripherals.c
index ba1aa07bdb29d325841b74da3117e76e60e5b668..c15c5c9c9085fa5e0a3eba9942ba57678b25db12 100644
(file)
--- 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);
}