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

Commit fcea9b48 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

drivers: thermal: qmi-cooling: Update compatible name format



Update the compatible name format for qmi cooling devices to use the
right format.

Change-Id: Ia837798ef826c7537809368b0c5e210804b454bf
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent e2cad664
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Properties:
- compatible:
	Usage: required
	Value type: <string>
	Definition: should be "qcom,qmi_cooling_devices"
	Definition: should be "qcom,qmi-cooling-devices"


Subsystem properties:
@@ -52,7 +52,7 @@ Subsystem properties:
Example:

	qmi-tmd-devices {
		compatible = "qcom,qmi_cooling_devices";
		compatible = "qcom,qmi-cooling-devices";

		modem {
			qcom,instance-id = <0x0>;
+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ static int qmi_device_remove(struct platform_device *pdev)
}

static const struct of_device_id qmi_device_match[] = {
	{.compatible = "qcom,qmi_cooling_devices"},
	{.compatible = "qcom,qmi-cooling-devices"},
	{}
};