mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
a0c0b97c6b
Sync all am57xx based dts files with latest Linux Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
23 lines
359 B
Text
23 lines
359 B
Text
&cpu_alert0 {
|
|
temperature = <80000>; /* milliCelsius */
|
|
};
|
|
|
|
&cpu_crit {
|
|
temperature = <90000>; /* milliCelsius */
|
|
};
|
|
|
|
&gpu_crit {
|
|
temperature = <90000>; /* milliCelsius */
|
|
};
|
|
|
|
&core_crit {
|
|
temperature = <90000>; /* milliCelsius */
|
|
};
|
|
|
|
&dspeve_crit {
|
|
temperature = <90000>; /* milliCelsius */
|
|
};
|
|
|
|
&iva_crit {
|
|
temperature = <90000>; /* milliCelsius */
|
|
};
|