summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/ata.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 4f439895b4..91ebf3fabd 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1371,6 +1371,10 @@ int ata_init(void)
1371 GPIO_OUT |= 0x00080000; 1371 GPIO_OUT |= 0x00080000;
1372 GPIO_ENABLE |= 0x00080000; 1372 GPIO_ENABLE |= 0x00080000;
1373 GPIO_FUNCTION |= 0x00080000; 1373 GPIO_FUNCTION |= 0x00080000;
1374
1375 /* ATA controller interface */
1376 IDECONFIG1 = 0x00107000;
1377 IDECONFIG2 = 0x00040000;
1374#endif 1378#endif
1375 1379
1376 sleeping = false; 1380 sleeping = false;