[U-Boot] [PATCH 3/4] EXYNOS: Add base address for MSHCI

Simon Glass sjg at chromium.org
Fri Jun 1 03:34:20 CEST 2012


On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde <rajeshwari.s at samsung.com
> wrote:

> This patch adds the base address of MSHCI
> for EXYNOS4 and EXYNOS5.
>
> Signed-off-by: Terry Lambert <tlambert at chromium.org>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
>

Acked-by: Simon Glass <sjg at chromium.org>



> ---
> This patch is based on:
>        "EXYNOS: Add I2C base address"
>  arch/arm/include/asm/arch-exynos/cpu.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
> b/arch/arm/include/asm/arch-exynos/cpu.h
> index 093bcc1..0d80e45 100644
> --- a/arch/arm/include/asm/arch-exynos/cpu.h
> +++ b/arch/arm/include/asm/arch-exynos/cpu.h
> @@ -45,6 +45,7 @@
>  #define EXYNOS4_MIPI_DSIM_BASE         0x11C80000
>  #define EXYNOS4_USBOTG_BASE            0x12480000
>  #define EXYNOS4_MMC_BASE               0x12510000
> +#define EXYNOS4_MSHC_BASE              0x12550000
>  #define EXYNOS4_SROMC_BASE             0x12570000
>  #define EXYNOS4_USBPHY_BASE            0x125B0000
>  #define EXYNOS4_UART_BASE              0x13800000
> @@ -71,6 +72,7 @@
>  #define EXYNOS5_GPIO_PART1_BASE                0x11400000
>  #define EXYNOS5_MIPI_DSIM_BASE         0x11D00000
>  #define EXYNOS5_MMC_BASE               0x12200000
> +#define EXYNOS5_MSHC_BASE              0x12240000
>  #define EXYNOS5_SROMC_BASE             0x12250000
>  #define EXYNOS5_USBOTG_BASE            0x12480000
>  #define EXYNOS5_USBPHY_BASE            0x12480000
> @@ -156,6 +158,7 @@ SAMSUNG_BASE(gpio_part3, GPIO_PART3_BASE)
>  SAMSUNG_BASE(gpio_part4, GPIO_PART4_BASE)
>  SAMSUNG_BASE(pro_id, PRO_ID)
>  SAMSUNG_BASE(mmc, MMC_BASE)
> +SAMSUNG_BASE(mshci, MSHC_BASE)
>  SAMSUNG_BASE(modem, MODEM_BASE)
>  SAMSUNG_BASE(sromc, SROMC_BASE)
>  SAMSUNG_BASE(swreset, SWRESET)
> --
> 1.7.4.4
>
>


More information about the U-Boot mailing list