diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-01-20 17:06:09 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:55 -0500 |
commit | 76fa9a240de4294a097235c9ddd470c21eb3449e (patch) | |
tree | f29b42b106e5394942c59102b8387f5dd322b6b7 /arch/mips/au1000/common | |
parent | 8cd42e97bf451bbbb2f54dc571366ae5a72faaea (diff) |
[PATCH] USB: EHCI for AU1200
ALCHEMY: Add EHCI support for AU1200
Updated by removing the OHCI support
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/mips/au1000/common')
-rw-r--r-- | arch/mips/au1000/common/cputable.c | 2 | ||||
-rw-r--r-- | arch/mips/au1000/common/platform.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/au1000/common/cputable.c b/arch/mips/au1000/common/cputable.c index 4dbde82c8215..d8df5fdb045f 100644 --- a/arch/mips/au1000/common/cputable.c +++ b/arch/mips/au1000/common/cputable.c | |||
@@ -38,7 +38,7 @@ struct cpu_spec cpu_specs[] = { | |||
38 | { 0xffffffff, 0x02030204, "Au1100 BE", 0, 1 }, | 38 | { 0xffffffff, 0x02030204, "Au1100 BE", 0, 1 }, |
39 | { 0xffffffff, 0x03030200, "Au1550 AA", 0, 1 }, | 39 | { 0xffffffff, 0x03030200, "Au1550 AA", 0, 1 }, |
40 | { 0xffffffff, 0x04030200, "Au1200 AB", 0, 0 }, | 40 | { 0xffffffff, 0x04030200, "Au1200 AB", 0, 0 }, |
41 | { 0xffffffff, 0x04030201, "Au1200 AC", 0, 1 }, | 41 | { 0xffffffff, 0x04030201, "Au1200 AC", 1, 0 }, |
42 | { 0x00000000, 0x00000000, "Unknown Au1xxx", 1, 0 }, | 42 | { 0x00000000, 0x00000000, "Unknown Au1xxx", 1, 0 }, |
43 | }; | 43 | }; |
44 | 44 | ||
diff --git a/arch/mips/au1000/common/platform.c b/arch/mips/au1000/common/platform.c index 48d3f54f88f8..1fb3dbdb93be 100644 --- a/arch/mips/au1000/common/platform.c +++ b/arch/mips/au1000/common/platform.c | |||
@@ -278,9 +278,7 @@ static struct platform_device *au1xxx_platform_devices[] __initdata = { | |||
278 | &au1100_lcd_device, | 278 | &au1100_lcd_device, |
279 | #endif | 279 | #endif |
280 | #ifdef CONFIG_SOC_AU1200 | 280 | #ifdef CONFIG_SOC_AU1200 |
281 | #if 0 /* fixme */ | ||
282 | &au1xxx_usb_ehci_device, | 281 | &au1xxx_usb_ehci_device, |
283 | #endif | ||
284 | &au1xxx_usb_gdt_device, | 282 | &au1xxx_usb_gdt_device, |
285 | &au1xxx_usb_otg_device, | 283 | &au1xxx_usb_otg_device, |
286 | &au1200_lcd_device, | 284 | &au1200_lcd_device, |