]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/radeon: load the lm63 driver for an lm64 thermal chip.
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2014 03:21:50 +0000 (23:21 -0400)
committerJiri Slaby <jslaby@suse.cz>
Thu, 18 Sep 2014 14:40:01 +0000 (16:40 +0200)
commit 5dc355325b648dc9b4cf3bea4d968de46fd59215 upstream.

Looks like the lm63 driver supports the lm64 as well.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/radeon/radeon_atombios.c

index dfa641277175a90ff27bd5b6285ff114628a200a..402d4630d13eaea357b3673993a39dd4a35d68cf 100644 (file)
@@ -1963,7 +1963,7 @@ static const char *thermal_controller_names[] = {
        "adm1032",
        "adm1030",
        "max6649",
-       "lm64",
+       "lm63", /* lm64 */
        "f75375",
        "asc7xxx",
 };
@@ -1974,7 +1974,7 @@ static const char *pp_lib_thermal_controller_names[] = {
        "adm1032",
        "adm1030",
        "max6649",
-       "lm64",
+       "lm63", /* lm64 */
        "f75375",
        "RV6xx",
        "RV770",