Skip to content

Commit

Permalink
mmc: sunxi: Add remaining compatible strings
Browse files Browse the repository at this point in the history
Add MMC compatible strings for A83T, A64, H5.

Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
  • Loading branch information
openedev committed Jan 29, 2019
1 parent e0c7ce7 commit a1925a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/mmc/sunxi_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,18 @@ static const struct udevice_id sunxi_mmc_ids[] = {
.compatible = "allwinner,sun7i-a20-mmc",
.data = (ulong)&sun4i_a10_variant,
},
{
.compatible = "allwinner,sun8i-a83t-emmc",
.data = (ulong)&sun4i_a10_variant,
},
{
.compatible = "allwinner,sun50i-a64-mmc",
.data = (ulong)&sun4i_a10_variant,
},
{
.compatible = "allwinner,sun50i-a64-emmc",
.data = (ulong)&sun4i_a10_variant,
},
{ /* sentinel */ }
};

Expand Down

0 comments on commit a1925a6

Please sign in to comment.