diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:30 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:30 +0000 |
commit | 68f268a5eb3a61c61dbe866cfcf636c7f3676f1a (patch) | |
tree | b8aa33c478763352fcd8dd871e894702a0f28e5f /target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch | |
parent | 78fb818f7c46f45272c1ef00c40febe6fc30ace5 (diff) | |
download | upstream-68f268a5eb3a61c61dbe866cfcf636c7f3676f1a.tar.gz upstream-68f268a5eb3a61c61dbe866cfcf636c7f3676f1a.tar.bz2 upstream-68f268a5eb3a61c61dbe866cfcf636c7f3676f1a.zip |
bcm63xx: add driver for the internal hw trng on bcm6368
SVN-Revision: 31131
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 | 6 |
1 files changed, 3 insertions, 3 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 1b6afd23f2..ef568561e7 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 @@ -33,9 +33,9 @@ Subject: [PATCH 26/63] MIPS: BCM63XX: register ehci device. +++ b/arch/mips/bcm63xx/Makefile @@ -1,6 +1,6 @@ obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \ - dev-dsp.o dev-enet.o dev-pcmcia.o dev-spi.o dev-uart.o \ -- dev-usb-ohci.o dev-wdt.o -+ dev-usb-ehci.o dev-usb-ohci.o dev-wdt.o + dev-dsp.o dev-enet.o dev-pcmcia.o dev-spi.o dev-trng.o \ +- dev-uart.o dev-usb-ohci.o dev-wdt.o ++ dev-uart.o dev-usb-ehci.o dev-usb-ohci.o dev-wdt.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-y += boards/ |