commit | c929213fd4f9a688e7c3d75efccdc77c350e1c26 | [log] [tgz] |
---|---|---|
author | Wang Huan <b18965@freescale.com> | Fri Sep 05 13:52:40 2014 +0800 |
committer | York Sun <yorksun@freescale.com> | Mon Sep 08 10:30:34 2014 -0700 |
tree | 71794acccae4f7e40169d8201ffbf515c1750eb1 | |
parent | 6a9d516f934856e9a73074568359fef173093e17 [diff] |
ls102xa: esdhc: Add esdhc support for LS102xA For LS1, esdhc is big-endian IP. Accessing the registers should be in big-endian mode. So we use esdhc_read32() to read Host controller capabilities register for LS1. For LS1, when using CMD12, cmdtype need to be set to ABORT, otherwise, next read command will hang. Signed-off-by: Alison Wang <alison.wang@freescale.com>