mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatible

This is the common denominator for rockchip compatible from RK3288 to RK3399.
The other compatible are generally present in the DTS but the controllers
are the same.

MFC after:	1 week
This commit is contained in:
Emmanuel Vadot 2019-02-27 17:30:28 +00:00
parent 722b978677
commit ca28db3cd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344627

View File

@ -49,12 +49,12 @@ __FBSDID("$FreeBSD$");
enum RKTYPE {
RK2928 = 1,
RK3328,
RK3288,
};
static struct ofw_compat_data compat_data[] = {
{"rockchip,rk2928-dw-mshc", RK2928},
{"rockchip,rk3328-dw-mshc", RK3328},
{"rockchip,rk3288-dw-mshc", RK3288},
{NULL, 0},
};