From: Niklas Cassel Date: Tue, 25 Feb 2025 14:56:58 +0000 (+0100) Subject: PCI: dwc: Add Rockchip to the RAS DES allowed vendor list X-Git-Tag: block-6.15-20250403~40^2~11^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=046e9b981d75df6b4ce8c42136e89cda8b6e9c14;p=linux-block.git 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 Link: https://lore.kernel.org/r/20250225145657.944925-2-cassel@kernel.org [kwilczynski: commit log] Signed-off-by: Krzysztof WilczyƄski --- diff --git a/include/linux/pcie-dwc.h b/include/linux/pcie-dwc.h index 007b3f1b7b17..8ff778e7aec0 100644 --- a/include/linux/pcie-dwc.h +++ b/include/linux/pcie-dwc.h @@ -28,6 +28,8 @@ static const struct dwc_pcie_vsec_id dwc_pcie_rasdes_vsec_ids[] = { .vsec_id = 0x02, .vsec_rev = 0x4 }, { .vendor_id = PCI_VENDOR_ID_QCOM, .vsec_id = 0x02, .vsec_rev = 0x4 }, + { .vendor_id = PCI_VENDOR_ID_ROCKCHIP, + .vsec_id = 0x02, .vsec_rev = 0x4 }, { .vendor_id = PCI_VENDOR_ID_SAMSUNG, .vsec_id = 0x02, .vsec_rev = 0x4 }, {}