summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2018-10-01 10:33:01 -0700
committerJens Axboe <axboe@kernel.dk>2018-10-01 16:39:10 -0600
commitfb8506f15f2e394f5f648575cf48a26e8744390c (patch)
tree3da16a299164560aa7831f60799bb182a018f2a5 /drivers/ata
parent2b2c47d9e1fe90311b725125d6252a859ee87a79 (diff)
downloadop-kernel-dev-fb8506f15f2e394f5f648575cf48a26e8744390c.zip
op-kernel-dev-fb8506f15f2e394f5f648575cf48a26e8744390c.tar.gz
ata: ahci_brcm: Match BCM63138 compatible strings
Match the "brcm,bcm63138-ahci" compatible string in order to allow this driver to probe on such platforms. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ahci_brcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci_brcm.c b/drivers/ata/ahci_brcm.c
index 0e401b7..fba5a30 100644
--- a/drivers/ata/ahci_brcm.c
+++ b/drivers/ata/ahci_brcm.c
@@ -383,6 +383,7 @@ static struct scsi_host_template ahci_platform_sht = {
static const struct of_device_id ahci_of_match[] = {
{.compatible = "brcm,bcm7425-ahci", .data = (void *)BRCM_SATA_BCM7425},
{.compatible = "brcm,bcm7445-ahci", .data = (void *)BRCM_SATA_BCM7445},
+ {.compatible = "brcm,bcm63138-ahci", .data = (void *)BRCM_SATA_BCM7445},
{.compatible = "brcm,bcm-nsp-ahci", .data = (void *)BRCM_SATA_NSP},
{},
};
OpenPOWER on IntegriCloud