Files
Chromebook-Device-Nyan-NVID…/Documentation/devicetree/bindings/thermal/tegra-thermal-action.txt
2025-04-06 23:50:55 -05:00

18 lines
490 B
Plaintext

* Tegra thermal reaction node
** Required properties:
- compatible : "nvidia,tegra124-dfll-cdev-action".
- act-dev: node of the device which will implement the real cooling action.
- cdev-floor-type: name of the cooling device for thermal floor.
- cdev-cap-type: name of the cooling device for thermal cap.
Example node:
dfll_cdev_action {
compatible = "nvidia,tegra124-dfll-cdev-action";
act-dev = <&{/dfll@70110000}>;
cdev-floor-type = "DFLL-foor";
cdev-cap-type = "DFLL-cap";
};