Skip to content

Commit

Permalink
Merge pull request #8 from fbelavenuto/ds923-fix-dt
Browse files Browse the repository at this point in the history
Fixing DT flag for DS923+
  • Loading branch information
fbelavenuto authored Nov 28, 2022
2 parents ced0472 + a14983c commit 0b541eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/platforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const struct hw_config supported_platforms[] = {
.reinit_ttyS0 = true,
.fix_disk_led_ctrl = true,
.has_cpu_temp = true,
.is_dt = false,
.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,
Expand Down

0 comments on commit 0b541eb

Please sign in to comment.