diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-06-26 23:53:14 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-06-27 11:22:31 -0400 |
commit | 0ce968f3825153d570f6d765f2c0c79bcb1f0949 (patch) | |
tree | d5d82477933d5f7bd44851e46e747ddba9183a3f /drivers/ata/ahci.c | |
parent | 98633258935bd793793c5d53da889cf0b050b9e4 (diff) |
ahci: Add Device ID for ASMedia 1061R and 1062R
Adding ASMedia 1061R and 1062R platform device IDs for SATA.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index fd712e0e9d87..c3e68fbdde3b 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -548,6 +548,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
548 | { PCI_VDEVICE(ASMEDIA, 0x0602), board_ahci }, /* ASM1060 */ | 548 | { PCI_VDEVICE(ASMEDIA, 0x0602), board_ahci }, /* ASM1060 */ |
549 | { PCI_VDEVICE(ASMEDIA, 0x0611), board_ahci }, /* ASM1061 */ | 549 | { PCI_VDEVICE(ASMEDIA, 0x0611), board_ahci }, /* ASM1061 */ |
550 | { PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1062 */ | 550 | { PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1062 */ |
551 | { PCI_VDEVICE(ASMEDIA, 0x0621), board_ahci }, /* ASM1061R */ | ||
552 | { PCI_VDEVICE(ASMEDIA, 0x0622), board_ahci }, /* ASM1062R */ | ||
551 | 553 | ||
552 | /* | 554 | /* |
553 | * Samsung SSDs found on some macbooks. NCQ times out if MSI is | 555 | * Samsung SSDs found on some macbooks. NCQ times out if MSI is |