Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
[linux-block.git] / drivers / soundwire / dmi-quirks.c
index f81cdd83ec26e6b1f59cffee8f48fbdb66c220b8..7969881f126dc1d03fe428dae9c98aa8ce74920d 100644 (file)
@@ -90,6 +90,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"),