public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 1/2] imx: imx8qm_rom7720: added missing USDHC Base address defines
@ 2019-12-19 14:25 Oliver Graute
  2019-12-19 14:27 ` [PATCH v1 2/2] imx: imx8qm_rom7720_a1: fix broken fsl_esdhc_imx conversion Oliver Graute
  2019-12-19 14:53 ` [PATCH v1 1/2] imx: imx8qm_rom7720: added missing USDHC Base address defines Fabio Estevam
  0 siblings, 2 replies; 7+ messages in thread
From: Oliver Graute @ 2019-12-19 14:25 UTC (permalink / raw)
  To: u-boot

Added missing USDHC Base address defines

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Ye Li <ye.li@nxp.com>
Cc: uboot-imx <uboot-imx@nxp.com>
---
 include/configs/imx8qm_rom7720.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h
index 865863eb7c..8e1427da8a 100644
--- a/include/configs/imx8qm_rom7720.h
+++ b/include/configs/imx8qm_rom7720.h
@@ -18,6 +18,10 @@
 
 #define CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR	0
+#define USDHC1_BASE_ADDR		0x5B010000
+#define USDHC2_BASE_ADDR		0x5B020000
+#define USDHC3_BASE_ADDR		0x5B030000
+
 #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
 
 #define CONFIG_ENV_OVERWRITE
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-06 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 14:25 [PATCH v1 1/2] imx: imx8qm_rom7720: added missing USDHC Base address defines Oliver Graute
2019-12-19 14:27 ` [PATCH v1 2/2] imx: imx8qm_rom7720_a1: fix broken fsl_esdhc_imx conversion Oliver Graute
2019-12-19 14:54   ` Fabio Estevam
2020-03-10  9:57   ` Stefano Babic
2020-11-20 13:13     ` Oliver Graute
2020-12-06 13:47       ` Stefano Babic
2019-12-19 14:53 ` [PATCH v1 1/2] imx: imx8qm_rom7720: added missing USDHC Base address defines Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox