summaryrefslogtreecommitdiff
path: root/include/fsl_esdhc_imx.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-06-07 23:40:09 +0300
committerPeng Fan <peng.fan@nxp.com>2021-06-22 07:03:32 +0300
commitf132aab403271ff00c0cfdd3af6504e87c7d0aaf (patch)
treebb29cdcfeb33c3634f27690900f9d24d46d6be55 /include/fsl_esdhc_imx.h
parentd77d61ea1b21d93a5035719f82699bcbe8227364 (diff)
downloadu-boot-f132aab403271ff00c0cfdd3af6504e87c7d0aaf.tar.xz
Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output"
This reverts commit 63756575b42b8b4fb3f59cbbf0cedf03331bc2d2. Since this commit a imx6qdl-pico board boots extremely slowly in both SPL as well as U-Boot proper. Fix this regression by reverting the offending commit for now. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Tested-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Diffstat (limited to 'include/fsl_esdhc_imx.h')
-rw-r--r--include/fsl_esdhc_imx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h
index b092034464..45ed635a77 100644
--- a/include/fsl_esdhc_imx.h
+++ b/include/fsl_esdhc_imx.h
@@ -39,7 +39,6 @@
#define VENDORSPEC_HCKEN 0x00001000
#define VENDORSPEC_IPGEN 0x00000800
#define VENDORSPEC_INIT 0x20007809
-#define VENDORSPEC_FRC_SDCLK_ON 0x00000100
#define IRQSTAT 0x0002e030
#define IRQSTAT_DMAE (0x10000000)
@@ -97,7 +96,6 @@
#define PRSSTAT_CINS (0x00010000)
#define PRSSTAT_BREN (0x00000800)
#define PRSSTAT_BWEN (0x00000400)
-#define PRSSTAT_SDOFF (0x00000080)
#define PRSSTAT_SDSTB (0X00000008)
#define PRSSTAT_DLA (0x00000004)
#define PRSSTAT_CICHB (0x00000002)