Home
last modified time | relevance | path

Searched hist:ceb7d77d6f81e63af6e7af83f8d58b2ac4fc8b9d (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Ddra7xx_iodelay.hdiff ceb7d77d6f81e63af6e7af83f8d58b2ac4fc8b9d Tue Mar 15 18:09:15 CDT 2016 Nishanth Menon <nm@ti.com> ARM: OMAP5/DRA7: Split iodelay functionality into sub steps

Since many platforms may need different pad configuration required
depending on variation of the platform with minor deltas, it is
easier to maintain a sub step based approach to allow for pin mux
and iodelay configuration which may depend on the platform variations
and need to be done in IO isolation.

While we retain the older __recalibrate_iodelay function which provides
a ready sequencing, __recalibrate_iodelay_start and
__recalibrate_iodelay_end may be alternatively used now and the callers
will be responsible for the correct sequencing of operations.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>