summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-05 03:31:12 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-05 03:31:12 +0000
commit9a6b7b04a1c8d5c3d2445e4811d075416a7aa529 (patch)
treeabe3a17496c7903bc4ca1b176537b54dd0ecb94d /target
parent92c6a1243805d282bd9add05cc758f8e3731052f (diff)
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/at91-2.6/patches/011-vlink-resetfix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91-2.6/patches/011-vlink-resetfix.patch b/target/linux/at91-2.6/patches/011-vlink-resetfix.patch
new file mode 100644
index 000000000..78ff38481
--- /dev/null
+++ b/target/linux/at91-2.6/patches/011-vlink-resetfix.patch
@@ -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
+
+ }
+