aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/palmld.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/palmld.c')
-rw-r--r--arch/arm/mach-pxa/palmld.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/palmld.c b/arch/arm/mach-pxa/palmld.c
index 1cec1806f00..24a967e1e14 100644
--- a/arch/arm/mach-pxa/palmld.c
+++ b/arch/arm/mach-pxa/palmld.c
@@ -127,7 +127,7 @@ static unsigned long palmld_pin_config[] __initdata = {
127 GPIO81_GPIO, /* wifi reset */ 127 GPIO81_GPIO, /* wifi reset */
128 128
129 /* HDD */ 129 /* HDD */
130 GPIO95_GPIO, /* HDD irq */ 130 GPIO98_GPIO, /* HDD reset */
131 GPIO115_GPIO, /* HDD power */ 131 GPIO115_GPIO, /* HDD power */
132 132
133 /* MISC */ 133 /* MISC */
@@ -494,6 +494,14 @@ static struct platform_device palmld_asoc = {
494}; 494};
495 495
496/****************************************************************************** 496/******************************************************************************
497 * HDD
498 ******************************************************************************/
499static struct platform_device palmld_hdd = {
500 .name = "pata_palmld",
501 .id = -1,
502};
503
504/******************************************************************************
497 * Framebuffer 505 * Framebuffer
498 ******************************************************************************/ 506 ******************************************************************************/
499static struct pxafb_mode_info palmld_lcd_modes[] = { 507static struct pxafb_mode_info palmld_lcd_modes[] = {
@@ -557,6 +565,7 @@ static struct platform_device *devices[] __initdata = {
557 &palmld_leds, 565 &palmld_leds,
558 &power_supply, 566 &power_supply,
559 &palmld_asoc, 567 &palmld_asoc,
568 &palmld_hdd,
560}; 569};
561 570
562static struct map_desc palmld_io_desc[] __initdata = { 571static struct map_desc palmld_io_desc[] __initdata = {