You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
PCI: dw: rockchip: Assign MSI_CTRL msi_vector_num to 32
Change-Id: Iefbc215959a0c92ec617c102c50eb5eb84754850 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -783,7 +783,7 @@ static int rk_pcie_request_sys_irq(struct rk_pcie *rk_pcie,
|
||||
}
|
||||
|
||||
static const struct rk_pcie_of_data rk3528_pcie_rc_of_data = {
|
||||
.msi_vector_num = 8,
|
||||
.msi_vector_num = 32,
|
||||
};
|
||||
|
||||
static const struct of_device_id rk_pcie_of_match[] = {
|
||||
|
||||
Reference in New Issue
Block a user