]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Bluetooth: btintel_pcie: Add support for exception dump for ScP2F
authorKiran K <kiran.k@intel.com>
Sat, 28 Feb 2026 09:12:37 +0000 (14:42 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 Apr 2026 14:29:03 +0000 (10:29 -0400)
Add device coredump support for Scorpious Peak2F product.

Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel.h
drivers/bluetooth/btintel_pcie.c

index b5c00be8277ad9dc9eaff8fc0ba8f317542d457e..0e9ca99aaaaea22c970283fc40a0a267e622b5c9 100644 (file)
@@ -60,6 +60,7 @@ struct intel_tlv {
 #define BTINTEL_CNVI_BLAZARU           0x930   /* BlazarU - Meteor Lake */
 #define BTINTEL_CNVI_SCP               0xA00   /* Scorpius Peak - Panther Lake */
 #define BTINTEL_CNVI_SCP2              0xA10   /* Scorpius Peak2 - Nova Lake */
+#define BTINTEL_CNVI_SCP2F             0xA20   /* Scorpius Peak2F - Nova Lake */
 
 /* CNVR */
 #define BTINTEL_CNVR_FMP2              0x910
index 78209e8768bbe21f2d2f4ab42e894ae8c15b4baa..a907b493d153b1fbdad256952445eb07eea04cde 100644 (file)
@@ -1235,6 +1235,7 @@ static void btintel_pcie_read_hwexp(struct btintel_pcie_data *data)
                addr = BTINTEL_PCIE_SCP_HWEXP_DMP_ADDR;
        break;
        case BTINTEL_CNVI_SCP2:
+       case BTINTEL_CNVI_SCP2F:
                len = BTINTEL_PCIE_SCP2_HWEXP_SIZE;
                addr = BTINTEL_PCIE_SCP2_HWEXP_DMP_ADDR;
        break;