mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mmc: sunxi: Add mmc, emmc H5/A64 compatible
Added H5, A64 compatible for mmc and emmc. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
@ -714,6 +714,14 @@ static const struct udevice_id sunxi_mmc_ids[] = {
|
||||
.compatible = "allwinner,sun8i-a83t-emmc",
|
||||
.data = (ulong)&sun7i_a20_variant,
|
||||
},
|
||||
{
|
||||
.compatible = "allwinner,sun50i-a64-mmc",
|
||||
.data = (ulong)&sun7i_a20_variant,
|
||||
},
|
||||
{
|
||||
.compatible = "allwinner,sun50i-a64-emmc",
|
||||
.data = (ulong)&sun7i_a20_variant,
|
||||
},
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user