Skip to content

Commit

Permalink
mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
Browse files Browse the repository at this point in the history
I've successfully tested eMMC on R8A77980/Condor. R8A77980 has a single
SDHI core anyway, so can't be a subject of the known RX DMA errata...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Sergei Shtylyov authored and Ulf Hansson committed May 2, 2018
1 parent 3f1109d commit e419768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/renesas_sdhi_internal_dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ static const struct soc_device_attribute gen3_soc_whitelist[] = {
/* generic ones */
{ .soc_id = "r8a7795" },
{ .soc_id = "r8a7796" },
{ .soc_id = "r8a77980" },
{ .soc_id = "r8a77995" },
{ /* sentinel */ }
};
Expand Down

0 comments on commit e419768

Please sign in to comment.