diff options
author | Paul Walmsley <paul@pwsan.com> | 2009-02-05 22:45:28 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-23 09:52:51 -0500 |
commit | 7eb1afc9765d07c9036b1ad9e7c03e5bd1a58a2b (patch) | |
tree | 481467823b3810af2a94597129748aaf04f902d2 /arch/arm/mach-omap2/powerdomains.h | |
parent | d41ad52040dee5043ce6b1d49a1c8864706d2bfd (diff) |
[ARM] OMAP3 powerdomains: make USBTLL SAR only available on ES3.1 and beyond
Richard Woodruff writes that chip errata prevent USBTLL SAR from working
on OMAP3 ES levels before ES3.1:
http://marc.info/?l=linux-arm-kernel&m=123319614808833&w=2
Update the OMAP3 powerdomain structures appropriately.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Richard Woodruff <r-woodruff2@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/powerdomains.h')
-rw-r--r-- | arch/arm/mach-omap2/powerdomains.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/powerdomains.h b/arch/arm/mach-omap2/powerdomains.h index 1329443f2cd5..691470ea4c6a 100644 --- a/arch/arm/mach-omap2/powerdomains.h +++ b/arch/arm/mach-omap2/powerdomains.h | |||
@@ -171,7 +171,8 @@ static struct powerdomain *powerdomains_omap[] __initdata = { | |||
171 | &iva2_pwrdm, | 171 | &iva2_pwrdm, |
172 | &mpu_34xx_pwrdm, | 172 | &mpu_34xx_pwrdm, |
173 | &neon_pwrdm, | 173 | &neon_pwrdm, |
174 | &core_34xx_pwrdm, | 174 | &core_34xx_pre_es3_1_pwrdm, |
175 | &core_34xx_es3_1_pwrdm, | ||
175 | &cam_pwrdm, | 176 | &cam_pwrdm, |
176 | &dss_pwrdm, | 177 | &dss_pwrdm, |
177 | &per_pwrdm, | 178 | &per_pwrdm, |