aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/mach-gta02.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-gta02.c')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index fb90cca6223..c778ef0bee5 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -96,6 +96,7 @@
#include <plat/iic.h>
#include <mach/gta02-pm-gps.h>
+#include <mach/gta02-pm-wlan.h>
static struct pcf50633 *gta02_pcf;
@@ -171,6 +172,10 @@ static struct platform_device gta02_pm_gsm_dev = {
.name = "gta02-pm-gsm",
};
+static struct platform_device gta02_pm_wlan_dev = {
+ .name = "gta02-pm-wlan",
+};
+
static struct regulator_consumer_supply gsm_supply_consumer = {
.dev = &gta02_pm_gsm_dev.dev,
.supply = "GSM",
@@ -784,6 +789,7 @@ static struct platform_device *gta02_devices[] __initdata = {
&gta02_pwm_leds_device,
&gta02_pm_gps_dev,
&gta02_pm_bt_dev,
+ &gta02_pm_wlan_dev,
};
/* These guys DO need to be children of PMU. */