]> Git Repo - J-u-boot.git/commitdiff
mmc: sunxi: Add remaining compatible strings
authorJagan Teki <[email protected]>
Tue, 29 Jan 2019 15:54:11 +0000 (15:54 +0000)
committerJagan Teki <[email protected]>
Tue, 29 Jan 2019 18:04:58 +0000 (23:34 +0530)
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]>
drivers/mmc/sunxi_mmc.c

index 302332bf9794b65d24e4980b29b7f6820f7d5d9e..1259e627cc5e6adb00f0d77d86f42dd718e35e49 100644 (file)
@@ -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 */ }
 };
 
This page took 0.038565 seconds and 4 git commands to generate.