diff --git a/config/platforms.h b/config/platforms.h index c3a1c56..24b20a1 100755 --- a/config/platforms.h +++ b/config/platforms.h @@ -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 = {