Skip to content

Commit 046e9b9

Browse files
floatiouskwilczynski
authored andcommitted
PCI: dwc: Add Rockchip to the RAS DES allowed vendor list
Add PCI_VENDOR_ID_ROCKCHIP to the list of RAS DES vendor specific IDs. Signed-off-by: Niklas Cassel <[email protected]> Link: https://lore.kernel.org/r/[email protected] [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 20bbb08 commit 046e9b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/pcie-dwc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ static const struct dwc_pcie_vsec_id dwc_pcie_rasdes_vsec_ids[] = {
2828
.vsec_id = 0x02, .vsec_rev = 0x4 },
2929
{ .vendor_id = PCI_VENDOR_ID_QCOM,
3030
.vsec_id = 0x02, .vsec_rev = 0x4 },
31+
{ .vendor_id = PCI_VENDOR_ID_ROCKCHIP,
32+
.vsec_id = 0x02, .vsec_rev = 0x4 },
3133
{ .vendor_id = PCI_VENDOR_ID_SAMSUNG,
3234
.vsec_id = 0x02, .vsec_rev = 0x4 },
3335
{}

0 commit comments

Comments
 (0)