[PATCH 1/2] mmc: Add Amlogic Meson driver

Kevin Hilman khilman at baylibre.com
Fri May 13 06:46:00 PDT 2016


Carlo Caione <carlo at caione.org> writes:

> From: Carlo Caione <carlo at endlessm.com>
>
> This is a port / rewrite of the Amlogic driver shipped whithin the
> Amlogic SDK for the Meson GXBaby (S905) SoC.
>
> Signed-off-by: Carlo Caione <carlo at endlessm.com>

[...]

> +static const struct udevice_id meson_mmc_match[] = {
> +	{ .compatible = "amlogic,meson-mmc" },
> +	{ /* sentinel */ }

IIUC, this controller is different between meson8* and gxbb.  If that's
the case, this compatible should probably be more specific.

Kevin



More information about the linux-amlogic mailing list