Add support for RK3568 to RockChip GRF and SPI drivers.
Partially from https://reviews.freebsd.org/D36027 Submitted by: sos
This commit is contained in:
parent
39fdad34e2
commit
ace8bb34ce
@ -48,6 +48,12 @@ static struct ofw_compat_data compat_data[] = {
|
||||
{"rockchip,rk3328-grf", 1},
|
||||
{"rockchip,rk3399-grf", 1},
|
||||
{"rockchip,rk3399-pmugrf", 1},
|
||||
{"rockchip,rk3568-grf", 1},
|
||||
{"rockchip,rk3568-pmugrf", 1},
|
||||
{"rockchip,rk3568-usb2phy-grf", 1},
|
||||
{"rockchip,rk3566-pipegrf", 1},
|
||||
{"rockchip,rk3568-pipegrf", 1},
|
||||
{"rockchip,pipe-phy-grf", 1},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
@ -92,6 +92,7 @@ __FBSDID("$FreeBSD$");
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{ "rockchip,rk3328-spi", 1 },
|
||||
{ "rockchip,rk3399-spi", 1 },
|
||||
{ "rockchip,rk3568-spi", 1 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user