Always on subsystem host resources cx and ebi that are used as warming
devices. Use the newly introduce _warming_device_register to register
these devices with the thermal framework.

Signed-off-by: Thara Gopinath <thara.gopin...@linaro.org>
---
 drivers/soc/qcom/qcom_aoss.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/qcom/qcom_aoss.c b/drivers/soc/qcom/qcom_aoss.c
index ed2c687c16b3..4f65c03a5def 100644
--- a/drivers/soc/qcom/qcom_aoss.c
+++ b/drivers/soc/qcom/qcom_aoss.c
@@ -461,7 +461,7 @@ static int qmp_cooling_device_add(struct qmp *qmp,
        qmp_cdev->qmp = qmp;
        qmp_cdev->state = !qmp_cdev_max_state;
        qmp_cdev->name = cdev_name;
-       qmp_cdev->cdev = devm_thermal_of_cooling_device_register
+       qmp_cdev->cdev = devm_thermal_of_warming_device_register
                                (qmp->dev, node,
                                cdev_name,
                                qmp_cdev, &qmp_cooling_device_ops);
@@ -501,7 +501,7 @@ static int qmp_cooling_devices_register(struct qmp *qmp)
 
 unroll:
        while (--count >= 0)
-               thermal_cooling_device_unregister
+               thermal_warming_device_unregister
                        (qmp->cooling_devs[count].cdev);
 
        return ret;
@@ -512,7 +512,7 @@ static void qmp_cooling_devices_remove(struct qmp *qmp)
        int i;
 
        for (i = 0; i < QMP_NUM_COOLING_RESOURCES; i++)
-               thermal_cooling_device_unregister(qmp->cooling_devs[i].cdev);
+               thermal_warming_device_unregister(qmp->cooling_devs[i].cdev);
 }
 
 static int qmp_probe(struct platform_device *pdev)
-- 
2.25.1

Reply via email to