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

Commit 89fcf386 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

Documentation: DT: Add property to register with of_thermal



Add thermal-sensor-cells property to register ADC sensors
with of_thermal.

Change-Id: Ic011ccc0094b11e31aa1ecdada1042bb57d03b18
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 3d139965
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ Optional properties:
  device (see pinctrl binding [0]).

[0]: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
- #thermal-sensor-cells : To register ADC sensors with of_thermal. Should be 1.
  See ./thermal.txt for a description.

Client required property:
- qcom,<consumer name>-vadc : The phandle to the corresponding vadc device.
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ Optional properties:
- qcom,adc-tm-recalib-check: Add this property to check if recalibration required due to inaccuracy.
- hkadc_ldo-supply : Add this property if VADC needs to perform a Software Vote for the HKADC.
- hkadc_ok-supply : Add this property if the VADC needs to perform a Software vote for the HKADC VREG_OK.
- #thermal-sensor-cells : To register ADC sensors with of_thermal. Should be 1.
  See ./thermal.txt for a description.

Client required property:
- qcom,<consumer name>-adc_tm : The phandle to the corresponding adc_tm device.