summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2008-03-10 16:33:25 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:42 -0400
commit1958906d7cd96fb8b81ab6db37803b5fcdef44af (patch)
treeab6e751d76232c3ec8aeecd19bfed3bb130fe708 /include
parent1be1badb1ee898e960fb3dd309c830d44a3b8eff (diff)
ENGR00064733 3DS ATA Power Management Support
Support ATA power management in 3DS board Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mxc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxc.h b/include/asm-arm/arch-mxc/mxc.h
index d35194562fca..8600ef5dc756 100644
--- a/include/asm-arm/arch-mxc/mxc.h
+++ b/include/asm-arm/arch-mxc/mxc.h
@@ -92,6 +92,12 @@ struct mxc_lcd_platform_data {
void (*reset) (void);
};
+/*! Platform data for the IDE drive structure. */
+struct mxc_ide_platform_data {
+ char *power_drive; /*!< The power pointer */
+ char *power_io; /*!< The power pointer */
+};
+
extern void mxc_wd_reset(void);
extern void mxc_kick_wd(void);
unsigned long board_get_ckih_rate(void);