ARM: Davinci: port IDE driver from EVM to OSD2.0

parent ae0b8e68
...@@ -493,7 +493,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 ...@@ -493,7 +493,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
# CONFIG_CDROM_PKTCDVD is not set # CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set # CONFIG_ATA_OVER_ETH is not set
# CONFIG_IDE=y CONFIG_IDE=y
CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_MAX_HWIFS=4
CONFIG_BLK_DEV_IDE=y CONFIG_BLK_DEV_IDE=y
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
* ---------------------------------------------------------------------------- * ----------------------------------------------------------------------------
Modifications: Modifications:
ver. 1.0: Oct 2005, Swaminathan S ver. 1.0: Oct 2005, Swaminathan S
Apr 2008, Neuros Technology
- -
* *
*/ */
...@@ -467,6 +468,8 @@ int palm_bk3710_init(void) ...@@ -467,6 +468,8 @@ int palm_bk3710_init(void)
* *
* Ensure both are not Enabled. * Ensure both are not Enabled.
*/ */
#ifdef CONFIG_MACH_DAVINCI_EVM
#ifdef CONFIG_DAVINCI_BLK_DEV_CF #ifdef CONFIG_DAVINCI_BLK_DEV_CF
davinci_i2c_expander_op (0x3A, ATA_SEL, 1); davinci_i2c_expander_op (0x3A, ATA_SEL, 1);
davinci_i2c_expander_op (0x3A, CF_RESET, 1); davinci_i2c_expander_op (0x3A, CF_RESET, 1);
...@@ -475,6 +478,8 @@ int palm_bk3710_init(void) ...@@ -475,6 +478,8 @@ int palm_bk3710_init(void)
davinci_i2c_expander_op (0x3A, CF_SEL, 1); davinci_i2c_expander_op (0x3A, CF_SEL, 1);
davinci_i2c_expander_op (0x3A, ATA_SEL, 0); davinci_i2c_expander_op (0x3A, ATA_SEL, 0);
#endif #endif
#endif
/* Register the IDE interface with Linux ATA Interface */ /* Register the IDE interface with Linux ATA Interface */
memset(&ide_ctlr_info, 0, sizeof(ide_ctlr_info)); memset(&ide_ctlr_info, 0, sizeof(ide_ctlr_info));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment