Skip to content

Commit

Permalink
Merge pull request torvalds#356 from Emerald-Phoenix/xu4-thermal
Browse files Browse the repository at this point in the history
Correct cooling device maps for odroid xu3/4
  • Loading branch information
mdrjr authored Jun 27, 2018
2 parents f5a77d7 + 7c56752 commit 1ae00e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5422-odroidxu3-trip-points.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
*/
map4 {
trip = <&UNIQIFY(cpu_alert4)>;
cooling-device = <&cpu4 2 8>;
cooling-device = <&cpu4 4 8>;
};
/*
* When reaching cpu_alert5, reduce all CPUs to ensure thermal
Expand All @@ -95,6 +95,6 @@
};
map6 {
trip = <&UNIQIFY(cpu_alert5)>;
cooling-device = <&cpu4 5 14>;
cooling-device = <&cpu4 8 14>;
};
};

0 comments on commit 1ae00e7

Please sign in to comment.