mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
mmc: sunxi: Add remaining compatible strings
Add MMC compatible strings for A83T, A64, H5. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
e0c7ce7e52
commit
a1925a64d5
1 changed files with 12 additions and 0 deletions
|
@ -693,6 +693,18 @@ static const struct udevice_id sunxi_mmc_ids[] = {
|
||||||
.compatible = "allwinner,sun7i-a20-mmc",
|
.compatible = "allwinner,sun7i-a20-mmc",
|
||||||
.data = (ulong)&sun4i_a10_variant,
|
.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 */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue