u-boot-brain/board/ti
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
..
am335x ARM: AM33XX: Add i2c support 2012-01-23 11:57:31 +01:00
am3517crane ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
beagle ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
evm ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
omap5_evm ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
omap730p2 board/ti/omap730p2/flash.c: Fix GCC 4.6 build warnings 2011-12-10 23:12:40 +01:00
omap1510inn punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
omap2420h4 board/ti/omap2420h4/omap2420h4.c: Fix GC 4.6 build warning 2011-12-12 14:26:17 +01:00
omap5912osk punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
panda OMAP4460: TPS Ensure SET1 is selected after voltage configuration 2012-05-15 08:31:22 +02:00
sdp3430 ARM:OMAP+:MMC: Add parameters to MMC init 2012-05-15 08:31:22 +02:00
sdp4430 OMAP4460: TPS Ensure SET1 is selected after voltage configuration 2012-05-15 08:31:22 +02:00
tnetv107xevm punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00