Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54fe356c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: thermal: Add support for CDSP cooling devices via qmi cdev"

parents b4d7f3e2 bf06d701
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -129,6 +129,14 @@ static struct qmi_dev_info device_clients[] = {
		.dev_name = "wlan",
		.dev_name = "wlan",
		.type = QMI_CDEV_MAX_LIMIT_TYPE,
		.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",
		.dev_name = "cpuv_restriction_cold",
		.type = QMI_CDEV_MIN_LIMIT_TYPE,
		.type = QMI_CDEV_MIN_LIMIT_TYPE,