Skip to content

Commit

Permalink
add DS1823xs+
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 9, 2023
1 parent b332868 commit f59bf7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/platforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,27 @@ const struct hw_config supported_platforms[] = {
.sys_current = { HWMON_SYS_CURR_NULL_ID },
}
},
{
.name = "DS1823xs+",
.pci_stubs = {
{ .type = __VPD_TERMINATOR__ }
},
.emulate_rtc = false,
.swap_serial = false,
.reinit_ttyS0 = true,
.fix_disk_led_ctrl = true,
.has_cpu_temp = true,
.is_dt = true,
.hwmon = {
.sys_thermal = { HWMON_SYS_TZONE_REMOTE1_ID, HWMON_SYS_TZONE_LOCAL_ID, HWMON_SYS_TZONE_REMOTE2_ID },
.sys_voltage = { HWMON_SYS_VSENS_VCC_ID, HWMON_SYS_VSENS_VPP_ID, HWMON_SYS_VSENS_V33_ID,
HWMON_SYS_VSENS_V5_ID, HWMON_SYS_VSENS_V12_ID },
.sys_fan_speed_rpm = { HWMON_SYS_FAN1_ID, HWMON_SYS_FAN2_ID },
.hdd_backplane = { HWMON_SYS_HDD_BP_NULL_ID },
.psu_status = { HWMON_PSU_NULL_ID },
.sys_current = { HWMON_SYS_CURR_NULL_ID },
}
},
{
.name = "DS3615xs",
.pci_stubs = {
Expand Down

0 comments on commit f59bf7c

Please sign in to comment.