public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP
@ 2022-10-25  9:54 Martyn Welch
  2022-10-25  9:54 ` [PATCH v5 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP Martyn Welch
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Martyn Welch @ 2022-10-25  9:54 UTC (permalink / raw)
  To: uboot-imx, sbabic, Fabio Estevam; +Cc: Martyn Welch, u-boot

The i.MX8MP also has USDHC3, allow access to the relvant base address
definition.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---

Changes in v2:
 - None

Changes in v3:
 - None

Changes in v4:
 - None

Changes in v5:
 - None

 arch/arm/include/asm/arch-imx8m/imx-regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h
index 29d5baaab8..c46d4f7e00 100644
--- a/arch/arm/include/asm/arch-imx8m/imx-regs.h
+++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h
@@ -47,7 +47,7 @@
 #define USDHC1_BASE_ADDR	0x30B40000
 #define USDHC2_BASE_ADDR	0x30B50000
 #define QSPI0_AMBA_BASE     0x08000000
-#ifdef CONFIG_IMX8MM
+#if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MP)
 #define USDHC3_BASE_ADDR	0x30B60000
 #endif
 #define UART_BASE_ADDR(n)	(			\
-- 
2.35.1


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

end of thread, other threads:[~2022-11-08 16:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25  9:54 [PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP Martyn Welch
2022-10-25  9:54 ` [PATCH v5 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP Martyn Welch
2022-10-26 13:00   ` Peng Fan
2022-11-08 16:38   ` sbabic
2022-10-25  9:55 ` [PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC Martyn Welch
2022-10-25  9:59   ` Jaehoon Chung
2022-11-08 16:39   ` sbabic
2022-10-25  9:55 ` [PATCH v5 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL Martyn Welch
2022-10-25 10:25   ` Jaehoon Chung
2022-11-08 16:39   ` sbabic
2022-10-25  9:55 ` [PATCH v5 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support Martyn Welch
2022-11-08 16:49   ` sbabic
2022-11-08 16:37 ` [PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP sbabic

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