aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-21 11:56:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-21 11:56:56 +0000
commitcaec62fed51eb73445fd7965f6bba09086ae52a7 (patch)
tree1f4629ab74437da251b3cb33923a10ac112b3e38 /arch
parentbefe49bc945a34c9b06c9ec3dc7626d16ea248ce (diff)
add-gta03-hsmmc1.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c6410/mach-om-gta03.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c
index f1dc66ef04e..79f72635c08 100644
--- a/arch/arm/mach-s3c6410/mach-om-gta03.c
+++ b/arch/arm/mach-s3c6410/mach-om-gta03.c
@@ -379,6 +379,7 @@ static struct i2c_board_info om_gta03_i2c_devs[] __initdata = {
static struct platform_device *om_gta03_devices[] __initdata = {
&s3c_device_hsmmc0,
+ &s3c_device_hsmmc1,
&s3c_device_i2c0,
&om_gta03_button_dev,
};