Skip to content

Commit

Permalink
Revert "Disable tb_acpi_is_native for System76 coreboot machines"
Browse files Browse the repository at this point in the history
This reverts commit 0470d83.

Barlow Ridge removes support for FWCM.

Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Jul 16, 2024
1 parent fa56f73 commit 51e0752
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/thunderbolt/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <linux/acpi.h>
#include <linux/pm_runtime.h>

#include <linux/dmi.h>

#include "tb.h"

static acpi_status tb_acpi_add_link(acpi_handle handle, u32 level, void *data,
Expand Down Expand Up @@ -141,11 +139,6 @@ bool tb_acpi_add_links(struct tb_nhi *nhi)
*/
bool tb_acpi_is_native(void)
{
// System76 devices using coreboot only support firmware based connection manager
if (dmi_match(DMI_SYS_VENDOR, "System76") &&
dmi_match(DMI_BIOS_VENDOR, "coreboot"))
return false;

return osc_sb_native_usb4_support_confirmed &&
osc_sb_native_usb4_control;
}
Expand Down

0 comments on commit 51e0752

Please sign in to comment.