u-boot-brain/arch/arm/include/asm/arch-omap4
Nishanth Menon 3acb553439 OMAP4460: TPS Ensure SET1 is selected after voltage configuration
TPS SET0/SET1 register is selected by a GPIO pin on OMAP4460 platforms.
Currently we control this pin with a mux configuration as part of
boot sequence.
Current configuration results in the following voltage waveform:
                           |---------------| (SET1 default 1.4V)
                           |               --------(programmed voltage)
                           | <- (This switch happens on mux7,pullup)
vdd_mpu(TPS)         -----/ (OPP boot voltage)
                                             --------- (programmed voltage)
vdd_core(TWL6030)    -----------------------/ (OPP boot voltage)
Problem 1)                |<----- Tx ------>|
   timing violation for a duration Tx close to few milliseconds.
Problem 2) voltage of MPU goes beyond spec for even the highest of MPU OPP.

By using GPIO as recommended as standard procedure by TI, the sequence
changes to:
                                  -------- (programmed voltage)
vdd_mpu(TPS)         ------------/ (Opp boot voltage)
                                   --------- (programmed voltage)
vdd_core(TWL6030)    -------------/ (OPP boot voltage)

NOTE: This does not attempt to address OMAP5 - Aneesh please confirm

Reported-by: Isabelle Gros <i-gros@ti.com>
Reported-by: Jerome Angeloni <j-angeloni@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
2012-05-15 08:31:22 +02:00
..
clocks.h OMAP4460: TPS Ensure SET1 is selected after voltage configuration 2012-05-15 08:31:22 +02:00
cpu.h omap: reuse omap3 gpio support in omap4 2011-08-03 12:49:20 +02:00
ehci.h ehci-omap: Clean up added ehci-omap.c 2012-02-12 10:11:31 +01:00
gpio.h omap: fix gpio related build breaks 2011-09-04 11:33:36 +02:00
i2c.h ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4 2010-07-05 20:00:10 -04:00
mmc_host_def.h ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
mux_omap4.h omap4: support TPS programming 2011-08-03 12:49:20 +02:00
omap.h omap4: fix boot issue on ES2.0 Panda 2012-01-16 08:40:11 +01:00
sys_proto.h OMAP3+: Introduce generic logic for OMAP voltage controller 2012-05-15 08:31:22 +02:00