Skip to content

Commit 6b61f55

Browse files
digetxchanwoochoi
authored andcommitted
dt-bindings: devfreq: tegra30-actmon: Add cooling-cells
The ACTMON watches activity of memory clients. Decisions about a minimum required frequency are made based on the info from ACTMON. We can use ACTMON as a thermal cooling device by limiting the required frequency. Document new cooling-cells property of NVIDIA Tegra ACTMON hardware unit. Reviewed-by: Rob Herring <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent 271ca53 commit 6b61f55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ properties:
6363
Should contain freqs and voltages and opp-supported-hw property, which
6464
is a bitfield indicating SoC speedo ID mask.
6565

66+
"#cooling-cells":
67+
const: 2
68+
6669
required:
6770
- compatible
6871
- reg
@@ -74,6 +77,7 @@ required:
7477
- interconnects
7578
- interconnect-names
7679
- operating-points-v2
80+
- "#cooling-cells"
7781

7882
additionalProperties: false
7983

@@ -118,4 +122,5 @@ examples:
118122
operating-points-v2 = <&dvfs_opp_table>;
119123
interconnects = <&mc TEGRA30_MC_MPCORER &emc>;
120124
interconnect-names = "cpu-read";
125+
#cooling-cells = <2>;
121126
};

0 commit comments

Comments
 (0)