diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2012-09-25 19:54:42 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-25 19:57:25 -0400 |
commit | a5c17773172949903352686eb03549b884e8bb73 (patch) | |
tree | 30d37888da66d126b76855fc8974cc6114c4ea53 /arch/arm/mach-exynos | |
parent | e895e49ba9c0e6f5e3ca9eda9649cd8ed0fdeee3 (diff) |
ARM: EXYNOS: Add AUXDATA support for MSHC controllers
Add entries if MSHC controllers in AUXDATA table for correct
device name initialization.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/map.h | 4 | ||||
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index c72b675b3e4b..5edbbe99592f 100644 --- a/arch/arm/mach-exynos/include/mach/map.h +++ b/arch/arm/mach-exynos/include/mach/map.h | |||
@@ -173,6 +173,10 @@ | |||
173 | 173 | ||
174 | #define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) | 174 | #define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) |
175 | #define EXYNOS4_PA_DWMCI 0x12550000 | 175 | #define EXYNOS4_PA_DWMCI 0x12550000 |
176 | #define EXYNOS5_PA_DWMCI0 0x12200000 | ||
177 | #define EXYNOS5_PA_DWMCI1 0x12210000 | ||
178 | #define EXYNOS5_PA_DWMCI2 0x12220000 | ||
179 | #define EXYNOS5_PA_DWMCI3 0x12230000 | ||
176 | 180 | ||
177 | #define EXYNOS4_PA_HSOTG 0x12480000 | 181 | #define EXYNOS4_PA_HSOTG 0x12480000 |
178 | #define EXYNOS4_PA_USB_HSPHY 0x125B0000 | 182 | #define EXYNOS4_PA_USB_HSPHY 0x125B0000 |
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index ef770bc2318f..ce82f3077edc 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
@@ -47,6 +47,14 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = { | |||
47 | "s3c2440-i2c.0", NULL), | 47 | "s3c2440-i2c.0", NULL), |
48 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS5_PA_IIC(1), | 48 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS5_PA_IIC(1), |
49 | "s3c2440-i2c.1", NULL), | 49 | "s3c2440-i2c.1", NULL), |
50 | OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI0, | ||
51 | "dw_mmc.0", NULL), | ||
52 | OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI1, | ||
53 | "dw_mmc.1", NULL), | ||
54 | OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI2, | ||
55 | "dw_mmc.2", NULL), | ||
56 | OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI3, | ||
57 | "dw_mmc.3", NULL), | ||
50 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI0, | 58 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI0, |
51 | "exynos4210-spi.0", NULL), | 59 | "exynos4210-spi.0", NULL), |
52 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI1, | 60 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI1, |