drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11
[platform/kernel/linux-starfive.git] / drivers / soundwire / dmi-quirks.c
index f81cdd8..7969881 100644 (file)
@@ -91,6 +91,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
                .driver_data = (void *)intel_tgl_bios,
        },
        {
+               /* quirk used for NUC15 LAPBC710 skew */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
+                       DMI_MATCH(DMI_BOARD_NAME, "LAPBC710"),
+               },
+               .driver_data = (void *)intel_tgl_bios,
+       },
+       {
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
                        DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3E")