
29 Nov
2017
29 Nov
'17
2:08 p.m.
On 28 November 2017 at 03:26, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
- convert to livetree API
- don't fail because of an invalid bus-width, instead default to 1-bit.
- recognize 1.2v DDR and 1.2v HS200 flags
Signed-off-by: Jean-Jacques Hiblot jjhiblot@ti.com
changes since v2:
- use the wrappers like dev_read_u32_default() to access the DTS instead of using the livetree API.
drivers/mmc/mmc-uclass.c | 36 ++++++++++++++++++++---------------- include/mmc.h | 11 ++++++++++- 2 files changed, 30 insertions(+), 17 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org