From: Martyn Welch Date: Tue, 25 Oct 2022 09:54:58 +0000 (+0100) Subject: imx8m: USDHC3 base address definition for i.MX8MP X-Git-Tag: v2023.07~261^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03a7a8297026048e4b78a04af809e42467e839a3;p=platform%2Fkernel%2Fu-boot.git imx8m: USDHC3 base address definition for i.MX8MP The i.MX8MP also has USDHC3, allow access to the relvant base address definition. Signed-off-by: Martyn Welch --- diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h index 29d5baa..c46d4f7 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) ( \