summaryrefslogtreecommitdiff
path: root/nvkm/subdev/therm/nva3.c
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/therm/nva3.c')
-rw-r--r--nvkm/subdev/therm/nva3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvkm/subdev/therm/nva3.c b/nvkm/subdev/therm/nva3.c
index 0478b2e3f..7893357a7 100644
--- a/nvkm/subdev/therm/nva3.c
+++ b/nvkm/subdev/therm/nva3.c
@@ -51,6 +51,8 @@ nva3_therm_init(struct nouveau_object *object)
if (ret)
return ret;
+ nv84_sensor_setup(&priv->base.base);
+
/* enable fan tach, count revolutions per-second */
nv_mask(priv, 0x00e720, 0x00000003, 0x00000002);
if (tach->func != DCB_GPIO_UNUSED) {