Commit 9ff66a75 authored by Alex Deucher's avatar Alex Deucher Committed by Ben Hutchings

drm/radeon: load the lm63 driver for an lm64 thermal chip.

commit 5dc35532 upstream.

Looks like the lm63 driver supports the lm64 as well.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 8b3e45d0
...@@ -1873,7 +1873,7 @@ static const char *thermal_controller_names[] = { ...@@ -1873,7 +1873,7 @@ static const char *thermal_controller_names[] = {
"adm1032", "adm1032",
"adm1030", "adm1030",
"max6649", "max6649",
"lm64", "lm63", /* lm64 */
"f75375", "f75375",
"asc7xxx", "asc7xxx",
}; };
...@@ -1884,7 +1884,7 @@ static const char *pp_lib_thermal_controller_names[] = { ...@@ -1884,7 +1884,7 @@ static const char *pp_lib_thermal_controller_names[] = {
"adm1032", "adm1032",
"adm1030", "adm1030",
"max6649", "max6649",
"lm64", "lm63", /* lm64 */
"f75375", "f75375",
"RV6xx", "RV6xx",
"RV770", "RV770",
......
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