diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-15 10:20:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-15 10:20:35 -0400 |
commit | bb1ff1371e23c699700a53a53b7c30c310b285fa (patch) | |
tree | ddf62a0d69ba216455494285ff11b474c907598b /include | |
parent | 07672c478e3a6aa0ac2ddb5b05a181b1025fd759 (diff) | |
parent | 50a17a69be076316e4c539b75403acfabf9e4c4c (diff) |
Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- fsl_esdhc sdr104 and hs200 fix and error path fix
- fsl_esdhc workaround 3.3v io issue
- ca_dw_mmc cleanup
- presidio-asic emmc DT update.
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl_esdhc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index 8e8cd2cc1a..e148eaa880 100644 --- a/include/fsl_esdhc.h +++ b/include/fsl_esdhc.h @@ -4,6 +4,7 @@ *------------------------------------------------------------------- * * Copyright 2007-2008,2010-2011 Freescale Semiconductor, Inc + * Copyright 2020 NXP */ #ifndef __FSL_ESDHC_H__ @@ -98,6 +99,7 @@ #define PROCTL_DTW_4 0x00000002 #define PROCTL_DTW_8 0x00000004 #define PROCTL_D3CD 0x00000008 +#define PROCTL_VOLT_SEL 0x00000400 #define CMDARG 0x0002e008 |