Loading drivers/thermal/qcom/qmi_cooling.c +8 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,14 @@ static struct qmi_dev_info device_clients[] = { .dev_name = "pa_fr1_dsc", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cdsp_sw", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cdsp_hw", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cpuv_restriction_cold", .type = QMI_CDEV_MIN_LIMIT_TYPE, Loading Loading
drivers/thermal/qcom/qmi_cooling.c +8 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,14 @@ static struct qmi_dev_info device_clients[] = { .dev_name = "pa_fr1_dsc", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cdsp_sw", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cdsp_hw", .type = QMI_CDEV_MAX_LIMIT_TYPE, }, { .dev_name = "cpuv_restriction_cold", .type = QMI_CDEV_MIN_LIMIT_TYPE, Loading