[U-Boot] [PATCH v3 4/9] mmc: sunxi: Add mmc, emmc H5/A64 compatible
André Przywara
andre.przywara at arm.com
Wed Jan 23 01:39:36 UTC 2019
On 21/01/2019 10:31, Jagan Teki wrote:
> Added H5, A64 compatible for mmc and emmc.
As mentioned, could be merged with the previous patch.
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Reviewed-by: Andre Przywara <andre.przywara at arm.com>
Cheers,
Andre
> ---
> drivers/mmc/sunxi_mmc.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c
> index ec4f227130..1259e627cc 100644
> --- a/drivers/mmc/sunxi_mmc.c
> +++ b/drivers/mmc/sunxi_mmc.c
> @@ -697,6 +697,14 @@ static const struct udevice_id sunxi_mmc_ids[] = {
> .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 */ }
> };
>
>
More information about the U-Boot
mailing list