Revert "ATA: ahci_platform: enable FBS for RK3588"

This reverts commit e1f0e15a08.

rk3588 use ahci_dwc driver other than ahci_platform.

Change-Id: Iaefe35363ded3730d978ef330ae9a08b872f4379
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang 2024-07-30 19:54:24 +08:00
parent 5711151287
commit 901f5ec1b4

View file

@ -59,9 +59,6 @@ static int ahci_probe(struct platform_device *pdev)
if (of_device_is_compatible(dev->of_node, "hisilicon,hisi-ahci"))
hpriv->flags |= AHCI_HFLAG_NO_FBS | AHCI_HFLAG_NO_NCQ;
if (of_device_is_compatible(dev->of_node, "rockchip,rk-ahci"))
hpriv->flags |= AHCI_HFLAG_YES_FBS;
port = acpi_device_get_match_data(dev);
if (!port)
port = &ahci_port_info;
@ -86,7 +83,6 @@ static const struct of_device_id ahci_of_match[] = {
{ .compatible = "ibm,476gtr-ahci", },
{ .compatible = "hisilicon,hisi-ahci", },
{ .compatible = "cavium,octeon-7130-ahci", },
{ .compatible = "rockchip,rk-ahci", },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ahci_of_match);