Fix/add compat strings for Rockchip RK356x GRF.

This commit is contained in:
Søren Schmidt 2022-12-18 11:22:11 +00:00 committed by Ganbold Tsagaankhuu
parent cf7fe60e63
commit 0e3c99cbed

View File

@ -51,9 +51,10 @@ static struct ofw_compat_data compat_data[] = {
{"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},
{"rockchip,rk3566-pipe-grf", 1},
{"rockchip,rk3568-pipe-grf", 1},
{"rockchip,rk3568-pipe-phy-grf", 1},
{"rockchip,rk3568-pcie3-phy-grf", 1},
{NULL, 0}
};