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

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

dt-bindings: thermal: Use the correct vendor string for voltage device

Use the correct vendor string qcom instead of qti to adhere with the
vendor prefix documentation.

Change-Id: I72761a9a188a1b4ad550e2493cb2b1c213dbac3f
parent b851d4e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ cluster voltage. This is achieved by building a mitigation table mapping
the CPU frequency levels to a voltage.

Required Parameters:
- compatible: must be 'qti,cc-cooling-devices' for cpu voltage cooling device
- compatible: must be 'qcom,cc-cooling-devices' for cpu voltage cooling device
  driver.

	voltage cooling device node properties:
@@ -34,7 +34,7 @@ Optional Parameters:

Example:
	qcom,cpu-voltage-cdev {
		compatible = "qti,cc-cooling-devices";
		compatible = "qcom,cc-cooling-devices";
		apc1_cluster: qcom,apc1-cluster {
			qcom,cpus = <&CPU4 &CPU7>;
			#cooling-cells = <2>;