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

Commit 7355d6ac authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

drivers: thermal: qmi_cdev: Add new pa cooling device



Add support for an additional pa mitigation device. This support will
enable the driver to expose both the pa based mitigation devices.

Change-Id: I750b39a3813c8d85da1800db860b1aa3a9041739
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent c511abcf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ static struct qmi_dev_info device_clients[] = {
		.dev_name = "pa",
		.type = QMI_CDEV_MAX_LIMIT_TYPE,
	},
	{
		.dev_name = "pa_1",
		.type = QMI_CDEV_MAX_LIMIT_TYPE,
	},
	{
		.dev_name = "cx_vdd_limit",
		.type = QMI_CDEV_MAX_LIMIT_TYPE,