mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:20:16 +02:00
Sets GPIO PB28 to multi-drive (open collector) - fixes reset issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7498 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
92c6a12438
commit
9a6b7b04a1
10
target/linux/at91-2.6/patches/011-vlink-resetfix.patch
Normal file
10
target/linux/at91-2.6/patches/011-vlink-resetfix.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- linux-2.6.21.1.old/arch/arm/mach-at91/board-vlink.c 2007-06-04 15:45:19.000000000 +0200
|
||||
+++ linux-2.6.21.1/arch/arm/mach-at91/board-vlink.c 2007-06-05 05:27:19.000000000 +0200
|
||||
@@ -175,6 +175,7 @@
|
||||
/* USB Device control */
|
||||
at91_set_gpio_input(AT91_PIN_PB27, 1); // UDB_CNX
|
||||
at91_set_gpio_output(AT91_PIN_PB28, 1); // UDB_PUP
|
||||
+ at91_set_multi_drive(AT91_PIN_PB28, 1); // Set to multi-drive
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user