Message ID | 1313564551-1196-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Deferred |
Headers | show |
Sachin Kamat wrote: > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > --- > arch/arm/mach-exynos4/Kconfig | 1 + > arch/arm/mach-exynos4/mach-origen.c | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig > index 3ab0f18..bdb76e2 100644 > --- a/arch/arm/mach-exynos4/Kconfig > +++ b/arch/arm/mach-exynos4/Kconfig > @@ -192,6 +192,7 @@ config MACH_ORIGEN > select S3C_DEV_RTC > select S3C_DEV_WDT > select S3C_DEV_HSMMC2 > + select EXYNOS4_DEV_SYSMMU > select EXYNOS4_SETUP_SDHCI > help > Machine support for ORIGEN based on Samsung EXYNOS4210 > diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach- > origen.c > index ed59f86..d04f7ee 100644 > --- a/arch/arm/mach-exynos4/mach-origen.c > +++ b/arch/arm/mach-exynos4/mach-origen.c > @@ -83,6 +83,7 @@ static struct platform_device *origen_devices[] __initdata = { > &s3c_device_hsmmc2, > &s3c_device_rtc, > &s3c_device_wdt, > + &exynos4_device_sysmmu, > }; > > static void __init origen_map_io(void) > -- > 1.7.4.1 Hi Sachin, Hmm, do you _really_ use this feature on ORIGEN board now? As I know, the EXYNOS System MMU driver will be changed like a form of omap and msm soon maybe it's within 1 or 2 weeks. So if this is not required on ORIGEN now, I'd like to wait for new EXYNOS System MMU driver. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 3ab0f18..bdb76e2 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -192,6 +192,7 @@ config MACH_ORIGEN select S3C_DEV_RTC select S3C_DEV_WDT select S3C_DEV_HSMMC2 + select EXYNOS4_DEV_SYSMMU select EXYNOS4_SETUP_SDHCI help Machine support for ORIGEN based on Samsung EXYNOS4210 diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index ed59f86..d04f7ee 100644 --- a/arch/arm/mach-exynos4/mach-origen.c +++ b/arch/arm/mach-exynos4/mach-origen.c @@ -83,6 +83,7 @@ static struct platform_device *origen_devices[] __initdata = { &s3c_device_hsmmc2, &s3c_device_rtc, &s3c_device_wdt, + &exynos4_device_sysmmu, }; static void __init origen_map_io(void)
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- arch/arm/mach-exynos4/Kconfig | 1 + arch/arm/mach-exynos4/mach-origen.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)