projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01bd58
)
[ARM] pxa: add udc support for pxa3xx
author
Robert Jarzmik
<
[email protected]
>
Tue, 21 Apr 2009 17:19:36 +0000
(19:19 +0200)
committer
Eric Miao
<
[email protected]
>
Fri, 5 Jun 2009 02:32:34 +0000
(10:32 +0800)
As reported by Aric Blumer, the pxa27x_udc driver does work
with pxa3xx devices. Add support into device files.
Reported-by: Aric Blumer <
[email protected]
>
Signed-off-by: Robert Jarzmik <
[email protected]
>
Signed-off-by: Matt Reimer <
[email protected]
>
Signed-off-by: Eric Miao <
[email protected]
>
arch/arm/mach-pxa/pxa3xx.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/pxa3xx.c
b/arch/arm/mach-pxa/pxa3xx.c
index 462503a2e791347e40ffa2ea1edf0e3e522ac920..6f678d93bf4eb2f0da4b1a142c39945d127503be 100644
(file)
--- a/
arch/arm/mach-pxa/pxa3xx.c
+++ b/
arch/arm/mach-pxa/pxa3xx.c
@@
-552,7
+552,7
@@
void __init pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info)
}
static struct platform_device *devices[] __initdata = {
-/* &pxa_device_udc, The UDC driver is PXA25x only */
+ &pxa27x_device_udc,
&pxa_device_ffuart,
&pxa_device_btuart,
&pxa_device_stuart,