Skip to content

Commit

Permalink
mmc: jz4740: Add support for the JZ4770
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei authored and mthuurne committed Dec 22, 2016
1 parent ee226bb commit a0ceb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/jz4740_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
enum jz4740_mmc_version {
JZ_MMC_JZ4740,
JZ_MMC_JZ4750,
JZ_MMC_JZ4770,
JZ_MMC_JZ4780,
};

Expand Down Expand Up @@ -968,6 +969,7 @@ static const struct mmc_host_ops jz4740_mmc_ops = {

static const struct of_device_id jz4740_mmc_of_match[] = {
{ .compatible = "ingenic,jz4740-mmc", .data = (void *) JZ_MMC_JZ4740 },
{ .compatible = "ingenic,jz4770-mmc", .data = (void *) JZ_MMC_JZ4770 },
{ .compatible = "ingenic,jz4780-mmc", .data = (void *) JZ_MMC_JZ4780 },
{},
};
Expand Down

0 comments on commit a0ceb19

Please sign in to comment.