File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Supported boards:
2929 * ROG STRIX Z690-A GAMING WIFI D4
3030 * ROG ZENITH II EXTREME
3131 * ROG ZENITH II EXTREME ALPHA
32+ * TUF GAMING X670E PLUS
3233
3334Authors:
3435 - Eugene Shalygin <
[email protected] >
Original file line number Diff line number Diff line change @@ -479,6 +479,15 @@ static const struct ec_board_info board_info_zenith_ii_extreme = {
479479 .family = family_amd_500_series ,
480480};
481481
482+ static const struct ec_board_info board_info_tuf_gaming_x670e_plus = {
483+ .sensors = SENSOR_TEMP_CPU | SENSOR_TEMP_CPU_PACKAGE |
484+ SENSOR_TEMP_MB | SENSOR_TEMP_VRM |
485+ SENSOR_TEMP_WATER_IN | SENSOR_TEMP_WATER_OUT |
486+ SENSOR_FAN_CPU_OPT ,
487+ .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH ,
488+ .family = family_amd_600_series ,
489+ };
490+
482491#define DMI_EXACT_MATCH_ASUS_BOARD_NAME (name , board_info ) \
483492 { \
484493 .matches = { \
@@ -540,6 +549,8 @@ static const struct dmi_system_id dmi_table[] = {
540549 & board_info_zenith_ii_extreme ),
541550 DMI_EXACT_MATCH_ASUS_BOARD_NAME ("ROG ZENITH II EXTREME ALPHA" ,
542551 & board_info_zenith_ii_extreme ),
552+ DMI_EXACT_MATCH_ASUS_BOARD_NAME ("TUF GAMING X670E-PLUS" ,
553+ & board_info_tuf_gaming_x670e_plus ),
543554 {},
544555};
545556
You can’t perform that action at this time.
0 commit comments