commit | 35a3ea1faad49296b35c8ba352420f7a73e6c4d2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Feb 07 14:15:20 2014 -0500 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Wed Apr 02 13:02:58 2014 +0300 |
tree | f7aaebbd0705f03361cfbb13d0e4441b44384b82 | |
parent | 5cedb6eef61970249d5822570b75618e7268aa4b [diff] |
mmc: Add 'mmc rst-function' sub-command Some eMMC chips may need the RST_n_FUNCTION bit set to a non-zero value in order for warm reset of the system to work. Details on this being required will be part of the eMMC datasheet. Also add using this command to the dra7xx README. * Whitespace fix by panto Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>