diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
commit | 099d5eec062d510826cc9133ac31b7aa1bc73d42 (patch) | |
tree | 47684a16e565c4fdfdf640eeeac8d1d892aba194 /target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch | |
parent | 7dbb132c8895d6f10979e882de69c94e55dfbc10 (diff) | |
download | upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.gz upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.bz2 upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.zip |
bcm63xx: add preliminary support for bcm6328
SVN-Revision: 31878
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch b/target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch index 9ca91be24f..5a13013b62 100644 --- a/target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch +++ b/target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch @@ -15,7 +15,7 @@ Subject: [PATCH 26/63] MIPS: BCM63XX: register ehci device. --- a/arch/mips/bcm63xx/Kconfig +++ b/arch/mips/bcm63xx/Kconfig -@@ -18,11 +18,13 @@ config BCM63XX_CPU_6358 +@@ -22,11 +22,13 @@ config BCM63XX_CPU_6358 bool "support 6358 CPU" select HW_HAS_PCI select USB_ARCH_HAS_OHCI if USB_SUPPORT @@ -49,7 +49,7 @@ Subject: [PATCH 26/63] MIPS: BCM63XX: register ehci device. #include <board_bcm963xx.h> #include <bcm_tag.h> -@@ -907,6 +908,9 @@ int __init board_register_devices(void) +@@ -912,6 +913,9 @@ int __init board_register_devices(void) !board_get_mac_address(board.enet1.mac_addr)) bcm63xx_enet_register(1, &board.enet1); |