PCI: dwc: Add Rockchip to the RAS DES allowed vendor list
authorNiklas Cassel <cassel@kernel.org>
Tue, 25 Feb 2025 14:56:58 +0000 (15:56 +0100)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Thu, 6 Mar 2025 08:55:54 +0000 (08:55 +0000)
Add PCI_VENDOR_ID_ROCKCHIP to the list of RAS DES vendor specific IDs.

Signed-off-by: Niklas Cassel <cassel@kernel.org>
Link: https://lore.kernel.org/r/20250225145657.944925-2-cassel@kernel.org
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
include/linux/pcie-dwc.h

index 007b3f1b7b17bee742d33a99af2f139da0862012..8ff778e7aec0ef60462ea69245c76a91c81b76b9 100644 (file)
@@ -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 },
        {}