
13 May
2016
13 May
'16
3:46 p.m.
Carlo Caione carlo@caione.org writes:
From: Carlo Caione carlo@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@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