aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/mach-smdkv310.c
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2010-12-03 03:15:40 -0500
committerKukjin Kim <kgene.kim@samsung.com>2010-12-29 19:37:02 -0500
commitd6d8b481999507a20012b7ee924bdaf5bfb52a05 (patch)
tree760ceb5112102e565af60c675ae610b9692e86b0 /arch/arm/mach-s5pv310/mach-smdkv310.c
parenta50eb1c7680973f5441ca20ac4da0af2055d0d87 (diff)
ARM: S5PV310: Add support Power Domain
This patch adds support Power Domain for S5PV310 and S5PC210. Signed-off-by: Changhwan Youn <chaos.youn at samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/mach-smdkv310.c')
-rw-r--r--arch/arm/mach-s5pv310/mach-smdkv310.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c
index 35826d66632..19aa3e3c011 100644
--- a/arch/arm/mach-s5pv310/mach-smdkv310.c
+++ b/arch/arm/mach-s5pv310/mach-smdkv310.c
@@ -23,6 +23,7 @@
23#include <plat/cpu.h> 23#include <plat/cpu.h>
24#include <plat/devs.h> 24#include <plat/devs.h>
25#include <plat/sdhci.h> 25#include <plat/sdhci.h>
26#include <plat/pd.h>
26 27
27#include <mach/map.h> 28#include <mach/map.h>
28#include <mach/regs-srom.h> 29#include <mach/regs-srom.h>
@@ -147,6 +148,13 @@ static struct platform_device *smdkv310_devices[] __initdata = {
147 &s3c_device_rtc, 148 &s3c_device_rtc,
148 &s3c_device_wdt, 149 &s3c_device_wdt,
149 &smdkv310_smsc911x, 150 &smdkv310_smsc911x,
151 &s5pv310_device_pd[PD_MFC],
152 &s5pv310_device_pd[PD_G3D],
153 &s5pv310_device_pd[PD_LCD0],
154 &s5pv310_device_pd[PD_LCD1],
155 &s5pv310_device_pd[PD_CAM],
156 &s5pv310_device_pd[PD_TV],
157 &s5pv310_device_pd[PD_GPS],
150}; 158};
151 159
152static void __init smdkv310_smsc911x_init(void) 160static void __init smdkv310_smsc911x_init(void)