On 21/01/2019 10:31, Jagan Teki wrote: > Add emmc compatible for A83T SoC.
You could merge this one with the next patch. > Cc: Jaehoon Chung <[email protected]> > Signed-off-by: Jagan Teki <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Cheers, Andre. > --- > drivers/mmc/sunxi_mmc.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c > index 302332bf97..ec4f227130 100644 > --- a/drivers/mmc/sunxi_mmc.c > +++ b/drivers/mmc/sunxi_mmc.c > @@ -693,6 +693,10 @@ 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, > + }, > { /* sentinel */ } > }; > > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
