summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/ata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index b1910c6a7a..5fe6e9e5ec 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1403,8 +1403,8 @@ int ata_init(void)
1403 GPIO_FUNCTION |= 0x00080000; 1403 GPIO_FUNCTION |= 0x00080000;
1404 1404
1405 /* ATA controller interface */ 1405 /* ATA controller interface */
1406 IDECONFIG1 = 0x00107000; 1406 IDECONFIG1 = 0x00107400; /* BUFEN2 enable, 5 clock pre, 3 clock post */
1407 IDECONFIG2 = 0x00040000; 1407 IDECONFIG2 = 0x00040000; /* TA Enable = 1 */
1408#endif 1408#endif
1409 1409
1410 sleeping = false; 1410 sleeping = false;