diff options
Diffstat (limited to 'arch/arm/mach-s5pv310/mach-smdkv310.c')
-rw-r--r-- | arch/arm/mach-s5pv310/mach-smdkv310.c | 8 |
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 35826d66632c..19aa3e3c011d 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 | ||
152 | static void __init smdkv310_smsc911x_init(void) | 160 | static void __init smdkv310_smsc911x_init(void) |