summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@freescale.com>2015-09-17 10:27:12 +0800
committerYork Sun <yorksun@freescale.com>2015-11-02 08:49:51 -0800
commitcdc69550d21f38c99a3c2428598f1a6f126e955e (patch)
treef0fcd04ab87e03aa47966e90167c760c7c860f5d /board/freescale
parent512bdbd46a340e5d04afe9a865992b750dfd4503 (diff)
downloadblackbird-obmc-uboot-cdc69550d21f38c99a3c2428598f1a6f126e955e.tar.gz
blackbird-obmc-uboot-cdc69550d21f38c99a3c2428598f1a6f126e955e.zip
mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card
If adapter card type identification is supported for platform, we would enable dat[4:7] for eMMC4.5 Adapter Card. Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/common/qixis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/qixis.h b/board/freescale/common/qixis.h
index 51ce9c328d..450cd0ddbd 100644
--- a/board/freescale/common/qixis.h
+++ b/board/freescale/common/qixis.h
@@ -127,6 +127,8 @@ void qixis_write_i2c(unsigned int reg, u8 value);
#define QIXIS_ESDHC_NO_ADAPTER 0x7 /* No Card is Present*/
#define QIXIS_SDCLKIN 0x08
#define QIXIS_SDCLKOUT 0x02
+#define QIXIS_DAT5_6_7 0X02
+#define QIXIS_DAT4 0X01
#endif
#endif
OpenPOWER on IntegriCloud