14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
* Tegra124 VDD_CPU EDP Management
|
|
|
|
.. CPU EDP node required properties:
|
|
|
|
- compatible : "nvidia,tegra124-cpu-edp".
|
|
- regulator-ma: maximum cpu current support, in milliampere.
|
|
|
|
Example:
|
|
|
|
cpu_edp {
|
|
compatible = "nvidia,tegra124-cpu-edp";
|
|
regulator-ma = <8000>;
|
|
};
|