diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:25 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:25 +0000 |
commit | 66ec2049353da8f2a778e9e4e04f0f067511d9ac (patch) | |
tree | b8a00931daa8d95e2379395a8411f3715a792109 /target/linux/brcm63xx/patches-3.10/528-board_nb6.patch | |
parent | ef81c6a268299ef8d1cba61a996fc3f591e536c4 (diff) | |
download | upstream-66ec2049353da8f2a778e9e4e04f0f067511d9ac.tar.gz upstream-66ec2049353da8f2a778e9e4e04f0f067511d9ac.tar.bz2 upstream-66ec2049353da8f2a778e9e4e04f0f067511d9ac.zip |
brcm63xx: set usb host port number for some devices
Update a few devices with their actual port numbers, especially those
with two ports.
Should allow properly using the second port on the Neufboxen and HW553
and HW556.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39325
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/528-board_nb6.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/528-board_nb6.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/528-board_nb6.patch b/target/linux/brcm63xx/patches-3.10/528-board_nb6.patch index 6b6d00de88..ca3d6ed2dd 100644 --- a/target/linux/brcm63xx/patches-3.10/528-board_nb6.patch +++ b/target/linux/brcm63xx/patches-3.10/528-board_nb6.patch @@ -17,7 +17,7 @@ #define CT6373_PID_OFFSET 0xff80 #define CT6373_74X164_GPIO_BASE 64 -@@ -2665,6 +2668,103 @@ static struct board_info __initdata boar +@@ -2671,6 +2674,104 @@ static struct board_info __initdata boar }; #endif @@ -62,6 +62,7 @@ + + .has_ohci0 = 1, + .has_ehci0 = 1, ++ .num_usbh_ports = 2, + + .has_enetsw = 1, + @@ -121,7 +122,7 @@ /* * known 6368 boards */ -@@ -2871,6 +2971,10 @@ static const struct board_info __initcon +@@ -2877,6 +2978,10 @@ static const struct board_info __initcon &board_DVAG3810BN, #endif @@ -132,7 +133,7 @@ #ifdef CONFIG_BCM63XX_CPU_6368 &board_96368mvwg, &board_96368mvngr, -@@ -2938,6 +3042,11 @@ static void __init boardid_fixup(u8 *boo +@@ -2944,6 +3049,11 @@ static void __init boardid_fixup(u8 *boo } } |