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:
parent
722b978677
commit
ca28db3cd8
@ -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},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user