mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
hwmon: (asus-ec-sensors) add ROG Maximus Z790 Hero
Add support for ROG Maximus Z790 Hero. Signed-off-by: Florian Schut <mail@florianschut.nl> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com> Link: https://lore.kernel.org/r/20260705113125.812045-1-eugene.shalygin@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
2d2f6ce9f8
commit
8012fd4927
@@ -30,6 +30,7 @@ Supported boards:
|
||||
* ROG MAXIMUS XI HERO (WI-FI)
|
||||
* ROG MAXIMUS Z690 FORMULA
|
||||
* ROG MAXIMUS Z790 EXTREME
|
||||
* ROG MAXIMUS Z790 HERO
|
||||
* ROG STRIX B550-E GAMING
|
||||
* ROG STRIX B550-I GAMING
|
||||
* ROG STRIX B650E-E GAMING WIFI
|
||||
|
||||
@@ -527,6 +527,14 @@ static const struct ec_board_info board_info_maximus_z790_extreme = {
|
||||
.family = family_intel_700_series,
|
||||
};
|
||||
|
||||
static const struct ec_board_info board_info_maximus_z790_hero = {
|
||||
.sensors = SENSOR_TEMP_T_SENSOR | SENSOR_TEMP_VRM |
|
||||
SENSOR_SET_TEMP_WATER | SENSOR_FAN_WATER_FLOW |
|
||||
SENSOR_FAN_CPU_OPT,
|
||||
.mutex_path = ASUS_HW_ACCESS_MUTEX_RMTW_ASMX,
|
||||
.family = family_intel_700_series,
|
||||
};
|
||||
|
||||
static const struct ec_board_info board_info_prime_x470_pro = {
|
||||
.sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
|
||||
SENSOR_TEMP_T_SENSOR | SENSOR_TEMP_VRM |
|
||||
@@ -893,6 +901,8 @@ static const struct dmi_system_id dmi_table[] = {
|
||||
&board_info_maximus_z690_formula),
|
||||
DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG MAXIMUS Z790 EXTREME",
|
||||
&board_info_maximus_z790_extreme),
|
||||
DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG MAXIMUS Z790 HERO",
|
||||
&board_info_maximus_z790_hero),
|
||||
DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG STRIX B550-E GAMING",
|
||||
&board_info_strix_b550_e_gaming),
|
||||
DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG STRIX B550-I GAMING",
|
||||
|
||||
Reference in New Issue
Block a user