Re: [U-Boot] [PATCH 2/3] MMC: atmel_mci: add configuration register definition

2014-08-01 Thread Pantelis Antoniou
Hi Bo, On Jul 31, 2014, at 9:39 AM, Bo Shen wrote: Add configuration register definition, this register only exists on MCI IP version = 0x300. Signed-off-by: Bo Shen voice.s...@atmel.com --- include/atmel_mci.h | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH 2/3] MMC: atmel_mci: add configuration register definition

2014-07-31 Thread Bo Shen
Add configuration register definition, this register only exists on MCI IP version = 0x300. Signed-off-by: Bo Shen voice.s...@atmel.com --- include/atmel_mci.h | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/include/atmel_mci.h b/include/atmel_mci.h index