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:
Ganbold Tsagaankhuu 2022-08-11 05:32:48 +00:00
parent 39fdad34e2
commit ace8bb34ce
2 changed files with 7 additions and 0 deletions

View File

@ -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}
};

View File

@ -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 }
};