Skip to content

Commit

Permalink
ODROID-C2: Adjust thermal throttling table based on new cpu frequency…
Browse files Browse the repository at this point in the history
… sets

Change-Id: If2e03c402a384e2bc137319842b732e42600b7fa
  • Loading branch information
Joy Cho committed Sep 2, 2016
1 parent b1d2c27 commit 98c8b5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm64/boot/dts/meson64_odroidc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -670,22 +670,22 @@

trips {
warm: trip-point@0 {
temperature = <90000>;
temperature = <85000>;
hysteresis = <1000>;
type = "passive";
};
control: trip-point@1 {
temperature = <100000>;
temperature = <90000>;
hysteresis = <1000>;
type = "passive";
};
hot: trip-point@2 {
temperature = <110000>;
temperature = <100000>;
hysteresis = <1000>;
type = "passive";
};
critical: trip-point@3 {
temperature = <115000>;
temperature = <105000>;
hysteresis = <1000>;
type = "critical";
};
Expand All @@ -698,13 +698,13 @@
};
cpufreq_cooling_map1 {
trip = <&hot>;
cooling-device = <&cpus 3 5>;
cooling-device = <&cpus 3 4>;
contribution = <100>;
};

cpucore_cooling_map {
trip = <&control>;
cooling-device = <&cpucore 0 3>;
cooling-device = <&cpucore 0 2>;
contribution = <1024>;
};
gpufreq_cooling_map0 {
Expand Down

0 comments on commit 98c8b5c

Please sign in to comment.