ata: ahci-platform: Remove support for Exynos5440
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 24 Apr 2018 20:05:17 +0000 (22:05 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 17 Jul 2018 17:55:44 +0000 (19:55 +0200)
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: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/ata/ahci-platform.txt
drivers/ata/ahci_platform.c

index c760ecb8138136085eead51ab07c38074d989c4a..663766685818f41f12f6813b7140b72ec3f84a24 100644 (file)
@@ -17,7 +17,6 @@ Required properties:
   - "marvell,armada-380-ahci"
   - "marvell,armada-3700-ahci"
   - "snps,dwc-ahci"
-  - "snps,exynos5440-ahci"
   - "snps,spear-ahci"
   - "generic-ahci"
 - interrupts        : <interrupt mapping for SATA IRQ>
index 99f9a895a459a673d753bce6a3c00f912c5a7437..564570ea3e273a74dea7007e64d136bf672d90e9 100644 (file)
@@ -75,7 +75,6 @@ static const struct of_device_id ahci_of_match[] = {
        { .compatible = "generic-ahci", },
        /* Keep the following compatibles for device tree compatibility */
        { .compatible = "snps,spear-ahci", },
-       { .compatible = "snps,exynos5440-ahci", },
        { .compatible = "ibm,476gtr-ahci", },
        { .compatible = "snps,dwc-ahci", },
        { .compatible = "hisilicon,hisi-ahci", },