diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:14 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:14 +0000 |
commit | ef81c6a268299ef8d1cba61a996fc3f591e536c4 (patch) | |
tree | a903b9685af627657d8a7cdded7904859f620d7c /target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch | |
parent | 6b3e1c8de6fb950be43b9b4f07b53697f80a2227 (diff) | |
download | upstream-ef81c6a268299ef8d1cba61a996fc3f591e536c4.tar.gz upstream-ef81c6a268299ef8d1cba61a996fc3f591e536c4.tar.bz2 upstream-ef81c6a268299ef8d1cba61a996fc3f591e536c4.zip |
brcm63xx: allow setting the number of usb host ports for boards
Allow setting the number of available usb host ports for boards with
additional sanity checks to allow using the second port on devices
where it is available.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39324
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch b/target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch index 973f822dd6..038a9988aa 100644 --- a/target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch +++ b/target/linux/brcm63xx/patches-3.10/418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch @@ -11,7 +11,7 @@ Subject: [PATCH 69/80] MIPS: BCM63XX: pass caldata info to flash --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1027,7 +1027,7 @@ int __init board_register_devices(void) +@@ -1035,7 +1035,7 @@ int __init board_register_devices(void) if (board.num_spis) spi_register_board_info(board.spis, board.num_spis); |