Skip to content

Commit

Permalink
ayufan: dts: pinebook-pro: reduce thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Aug 16, 2019
1 parent 0fdd053 commit 4345264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
Expand Up @@ -786,15 +786,15 @@
};

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

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

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

&sdmmc {
Expand Down

0 comments on commit 4345264

Please sign in to comment.