Commit 0cb6525b authored by Guenter Roeck's avatar Guenter Roeck Committed by Greg Kroah-Hartman

hwmon: (nct6775) Fix names of DIMM temperature sources

[ Upstream commit 3be8c9d1 ]

For NCT6795D and NCT6796D, the DIMM temperature sources are named
"Agent[01] Dimm [01]" per datasheet. Match names in datasheets to
avoid confusion.
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a58d5770
...@@ -704,10 +704,10 @@ static const char *const nct6795_temp_label[] = { ...@@ -704,10 +704,10 @@ static const char *const nct6795_temp_label[] = {
"PCH_CHIP_TEMP", "PCH_CHIP_TEMP",
"PCH_CPU_TEMP", "PCH_CPU_TEMP",
"PCH_MCH_TEMP", "PCH_MCH_TEMP",
"PCH_DIM0_TEMP", "Agent0 Dimm0",
"PCH_DIM1_TEMP", "Agent0 Dimm1",
"PCH_DIM2_TEMP", "Agent1 Dimm0",
"PCH_DIM3_TEMP", "Agent1 Dimm1",
"BYTE_TEMP0", "BYTE_TEMP0",
"BYTE_TEMP1", "BYTE_TEMP1",
"PECI Agent 0 Calibration", "PECI Agent 0 Calibration",
...@@ -742,10 +742,10 @@ static const char *const nct6796_temp_label[] = { ...@@ -742,10 +742,10 @@ static const char *const nct6796_temp_label[] = {
"PCH_CHIP_TEMP", "PCH_CHIP_TEMP",
"PCH_CPU_TEMP", "PCH_CPU_TEMP",
"PCH_MCH_TEMP", "PCH_MCH_TEMP",
"PCH_DIM0_TEMP", "Agent0 Dimm0",
"PCH_DIM1_TEMP", "Agent0 Dimm1",
"PCH_DIM2_TEMP", "Agent1 Dimm0",
"PCH_DIM3_TEMP", "Agent1 Dimm1",
"BYTE_TEMP0", "BYTE_TEMP0",
"BYTE_TEMP1", "BYTE_TEMP1",
"PECI Agent 0 Calibration", "PECI Agent 0 Calibration",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment