File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -636,6 +636,12 @@ static const struct lpc_driver_data framework_laptop_amd_lpc_driver_data __initc
636
636
.quirk_mmio_memory_base = 0xE00 ,
637
637
};
638
638
639
+ static const struct lpc_driver_data framework_laptop_11_lpc_driver_data __initconst = {
640
+ .quirks = CROS_EC_LPC_QUIRK_ACPI_ID |CROS_EC_LPC_QUIRK_AML_MUTEX ,
641
+ .quirk_acpi_id = "PNP0C09" ,
642
+ .quirk_aml_mutex_name = "ECMT" ,
643
+ };
644
+
639
645
static const struct dmi_system_id cros_ec_lpc_dmi_table [] __initconst = {
640
646
{
641
647
/*
@@ -704,6 +710,7 @@ static const struct dmi_system_id cros_ec_lpc_dmi_table[] __initconst = {
704
710
DMI_MATCH (DMI_SYS_VENDOR , "Framework" ),
705
711
DMI_MATCH (DMI_PRODUCT_NAME , "Laptop" ),
706
712
},
713
+ .driver_data = (void * )& framework_laptop_11_lpc_driver_data ,
707
714
},
708
715
{ /* sentinel */ }
709
716
};
You can’t perform that action at this time.
0 commit comments