10 lines
154 B
Text
10 lines
154 B
Text
|
|
&soc {
|
||
|
|
sys_temp_support {
|
||
|
|
compatible = "mmi,sys-temp";
|
||
|
|
mmi,temperature-names = "front_temp",
|
||
|
|
"back_temp",
|
||
|
|
"fuse_temp";
|
||
|
|
status = "ok";
|
||
|
|
};
|
||
|
|
};
|