Files
kernel_oneplus_sm8550-devic…/bindings/thermal/regulator-cdev.txt
Swetha Chikkaboraiah e9aa7e938a dt-bindings: thermal: Add dt-bindings
Add dt-bindings for thermal node.
This snapshot is taken as of
'commit 1a15a882776236bf330dc1aa9759809a43103e45
(Merge "ARM: dts: msm: Renaming seeya panels to
90Hz and 60Hz refresh rates")'.

Change-Id: Ibd2b6d6201c3251548433012279b0ca50136380a
2022-04-15 20:12:40 +05:30

39 lines
961 B
Plaintext

Regulator cooling device.
The regulator cooling device, will be used to place a voltage floor
restriction on a rail.
Properties:
- compatible:
Usage: required
Value type: <string>
Definition: shall be "qcom,regulator-cooling-device"
- cdev-supply:
Usage: required
Value type: <phandle>
Definition: phandle to the regulator to which the cooling device will
place a floor mitigation.
- regulator-levels:
Usage: required
Value type: <U32 array>
Definition: Array of regulator voltages the cooling device should
use to place a floor restriction. The voltages should
be specified in descending order.
- #cooling-cells: Must be 2. Please refer to
<devicetree/bindings/thermal/thermal.txt> for more
details.
Example:
mv_cdev: mx-cdev-lvl {
compatible = "qcom,regulator-cooling-device";
cdev-supply = <&regulator-cdev-supply>;
regulator-levels = <RPMH_REGULATOR_LEVEL_NOM
RPMH_REGULATOR_LEVEL_OFF>;
#cooling-cells = <2>;
};