]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: DRA7: Change configuration to prevent DDR reset control from EMIF
authorNishanth Menon <nm@ti.com>
Tue, 16 Jun 2015 13:29:01 +0000 (08:29 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:53 +0000 (00:42 +0200)
commitce816da6c071d8b75b4d443b80de3cda2d63377e
tree64bb9f5756b3841126ec0c430938d79d6c463181
parentc490e5ce22383dbda033f0dcf9f4d43d1a0ab8e0
ARM: DRA7: Change configuration to prevent DDR reset control from EMIF

DRA7/AM57xx devices can be operated in many different configurations.
When the SoC is supposed to support a configuration where low power mode
state may involve the SoC completely powered off and DDR is in self
refresh, SoC EMIF controller should not be the master of the reset
signal and an external entity might be in control of things.

The default configuration of Linux on TI evms involve not powering off
the voltage rails (due to various reasons including reliability concerns)
and must not allow DDR reset to be controlled by EMIF. On platforms
where external entity might control the reset signal, this configuration
will be a "dont care".

Fixes: 536d87470869 ("ARM: DRA7: Update DDR IO registers")
Tested-by: Keerthy <j-keerthy@ti.com>
Acked-by: Brad Griffis <bgriffis@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap5/hw_data.c