Skip to content

Commit

Permalink
ayufan: dts: rockpro64: lower threshold to 80oC/95oC/100oC
Browse files Browse the repository at this point in the history
Change-Id: I6b1bd77c36237f39e44d15bf12bdb925f6506aec
  • Loading branch information
ayufan committed Jul 30, 2018
1 parent d9bc736 commit baf35a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -643,15 +643,15 @@
};

&threshold {
temperature = <85000>;
temperature = <80000>;
};

&target {
temperature = <100000>;
temperature = <95000>;
};

&soc_crit {
temperature = <105000>;
temperature = <100000>;
};

&cooling_maps {
Expand Down

0 comments on commit baf35a9

Please sign in to comment.