|
@@ -444,7 +444,7 @@ static struct ata_port_operations ahci_tegra_port_ops = {
|
|
};
|
|
};
|
|
|
|
|
|
static const struct ata_port_info ahci_tegra_port_info = {
|
|
static const struct ata_port_info ahci_tegra_port_info = {
|
|
- .flags = AHCI_FLAG_COMMON,
|
|
|
|
|
|
+ .flags = AHCI_FLAG_COMMON | ATA_FLAG_NO_DIPM,
|
|
.pio_mask = ATA_PIO4,
|
|
.pio_mask = ATA_PIO4,
|
|
.udma_mask = ATA_UDMA6,
|
|
.udma_mask = ATA_UDMA6,
|
|
.port_ops = &ahci_tegra_port_ops,
|
|
.port_ops = &ahci_tegra_port_ops,
|