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

Commit 95669844 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ata: ahci-platform: Remove support for Exynos5440



The Exynos5440 is not actively developed, there are no development
boards available and probably there are no real products with it.
Remove wide-tree support for Exynos5440.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
parent 7daf201d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,6 @@ Required properties:
  - "marvell,armada-380-ahci"
  - "marvell,armada-380-ahci"
  - "marvell,armada-3700-ahci"
  - "marvell,armada-3700-ahci"
  - "snps,dwc-ahci"
  - "snps,dwc-ahci"
  - "snps,exynos5440-ahci"
  - "snps,spear-ahci"
  - "snps,spear-ahci"
  - "generic-ahci"
  - "generic-ahci"
- interrupts        : <interrupt mapping for SATA IRQ>
- interrupts        : <interrupt mapping for SATA IRQ>
+0 −1
Original line number Original line Diff line number Diff line
@@ -75,7 +75,6 @@ static const struct of_device_id ahci_of_match[] = {
	{ .compatible = "generic-ahci", },
	{ .compatible = "generic-ahci", },
	/* Keep the following compatibles for device tree compatibility */
	/* Keep the following compatibles for device tree compatibility */
	{ .compatible = "snps,spear-ahci", },
	{ .compatible = "snps,spear-ahci", },
	{ .compatible = "snps,exynos5440-ahci", },
	{ .compatible = "ibm,476gtr-ahci", },
	{ .compatible = "ibm,476gtr-ahci", },
	{ .compatible = "snps,dwc-ahci", },
	{ .compatible = "snps,dwc-ahci", },
	{ .compatible = "hisilicon,hisi-ahci", },
	{ .compatible = "hisilicon,hisi-ahci", },