PCI: rockchip: dw: support for RK3588 platforms

Change-Id: Icd44e65523732ffef5dac21514d8559caba07982
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2021-10-26 14:36:32 +08:00
committed by Tao Huang
parent 81c3553f89
commit 5764ae855c

View File

@@ -1330,6 +1330,14 @@ static const struct of_device_id rk_pcie_of_match[] = {
.compatible = "rockchip,rk3568-pcie-ep",
.data = &rk_pcie_ep_of_data,
},
{
.compatible = "rockchip,rk3588-pcie",
.data = &rk_pcie_rc_of_data,
},
{
.compatible = "rockchip,rk3588-pcie-ep",
.data = &rk_pcie_ep_of_data,
},
{},
};