Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc4f370d authored by Tang Yuantian's avatar Tang Yuantian Committed by Tejun Heo
Browse files

Revert "ahci: added support for Freescale AHCI sata"



This reverts commit 5163fb62
("ahci: added support for Freescale AHCI sata")

The reverted patch added Freescale QorIQ AHCI sata support to
ahci_platform driver though, but it left SoC specific settings to uboot.
It leads to QorIQ sata heavily depending on uboot. In order to removing
the dependency we first revert the old patch and then will add a new driver
for QorIQ SATA.
Since there are no LS* platforms that have been upstreamed, So
the revert would not break anything exists.

Signed-off-by: default avatarTang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4e4adb2f
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -16,8 +16,6 @@ Required properties:
  - "snps,dwc-ahci"
  - "snps,dwc-ahci"
  - "snps,exynos5440-ahci"
  - "snps,exynos5440-ahci"
  - "snps,spear-ahci"
  - "snps,spear-ahci"
  - "fsl,qoriq-ahci" : for qoriq series socs which include ls1021, ls2085, etc.
  - "fsl,<chip>-ahci" : chip could be ls1021, ls2085 etc.
  - "generic-ahci"
  - "generic-ahci"
- interrupts        : <interrupt mapping for SATA IRQ>
- interrupts        : <interrupt mapping for SATA IRQ>
- reg               : <registers mapping>
- reg               : <registers mapping>
+0 −1
Original line number Original line Diff line number Diff line
@@ -76,7 +76,6 @@ static const struct of_device_id ahci_of_match[] = {
	{ .compatible = "ibm,476gtr-ahci", },
	{ .compatible = "ibm,476gtr-ahci", },
	{ .compatible = "snps,dwc-ahci", },
	{ .compatible = "snps,dwc-ahci", },
	{ .compatible = "hisilicon,hisi-ahci", },
	{ .compatible = "hisilicon,hisi-ahci", },
	{ .compatible = "fsl,qoriq-ahci", },
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, ahci_of_match);
MODULE_DEVICE_TABLE(of, ahci_of_match);