18 lines
490 B
Plaintext
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";
|
|
};
|