Commit e4daa9efa2c4c1f1aa0aa6850e49b163fa2b6cc3

Authored by Franklin S. Cooper Jr
Committed by Jacob Stiffler
1 parent e19ba3d996

opp33xx_data: Enabled 1 GHz for 2.0 Silicon

* For AM335x, PG 2.0 silicon was a very short lived revision mainly used
  for internal board development and Beaglebone Black.
* For versions of the Beaglebone Black that were sold the 2.0 silicon used
  was binned to insure that they supported 1 GHz.
* Therefore, enable 1 GHz since the only real users of 1 GHz on 2.0 silicon
  are 1 GHz users.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/mach-omap2/opp33xx_data.c
... ... @@ -49,7 +49,7 @@
49 49 /* MPU OPP4 - OPPTurbo */
50 50 OPP_INITIALIZER("mpu", true, 800000000, 1260000),
51 51 /* MPU OPP5 - OPPNitro */
52   - OPP_INITIALIZER("mpu", false, 1000000000, 1325000),
  52 + OPP_INITIALIZER("mpu", true, 1000000000, 1325000),
53 53 };
54 54  
55 55 /* From AM335x TRM, SPRUH73H, Section 9.3.50 */