diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-06-08 22:44:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-08 22:44:07 +0100 |
commit | 0c27c5d5b93339df4def7ced77ea5be26df4d84b (patch) | |
tree | 5b0c8efeb5b4b6cfd840c125a875c12fbecbf014 /arch/arm/mach-pxa | |
parent | d782f33df706f1b8a4496b41fd7d339c6e23aa59 (diff) | |
download | talos-obmc-linux-0c27c5d5b93339df4def7ced77ea5be26df4d84b.tar.gz talos-obmc-linux-0c27c5d5b93339df4def7ced77ea5be26df4d84b.zip |
[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budget
Patch from Richard Purdie
Add a power budget variable to the PXA OHCI platform data and add a
default value for the spitz platform(s) which prevents known failures
with certain USB devices.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 19b372df544a..44bcb8097c7a 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -371,6 +371,7 @@ static int spitz_ohci_init(struct device *dev) static struct pxaohci_platform_data spitz_ohci_platform_data = { .port_mode = PMM_NPS_MODE, .init = spitz_ohci_init, + .power_budget = 150, }; |