summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/ahci-tegra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index a80a8b1fc825..791679c2a419 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -2525,6 +2525,9 @@ static int tegra_ahci_init_one(struct platform_device *pdev)
if (hpriv->cap & HOST_CAP_PMP)
pi.flags |= ATA_FLAG_PMP;
+ /* Disable DIPM */
+ pi.flags |= ATA_FLAG_NO_DIPM;
+
/*
* CAP.NP sometimes indicate the index of the last enabled
* port, at other times, that of the last possible port, so