Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
linux-next
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Kepplinger
linux-next
Commits
361f49f9
Commit
361f49f9
authored
Oct 29, 2019
by
Martin Kepplinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm64: dts: imx8mq: add cpu_hot tripping point node for CPU_SLEEP
parent
2d235932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
arch/arm64/boot/dts/freescale/imx8mq.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi
+11
-0
No files found.
arch/arm64/boot/dts/freescale/imx8mq.dtsi
View file @
361f49f9
...
...
@@ -160,6 +160,7 @@
exit-latency-us = <700>;
min-residency-us = <2700>;
wakeup-latency-us = <1500>;
#cooling-cells = <2>; /* min followed by max */
};
};
...
...
@@ -229,6 +230,12 @@
type = "passive";
};
cpu_hot: cpu-hot {
temperature = <81000>;
hysteresis = <0>;
type = "passive";
};
cpu-crit {
temperature = <90000>;
hysteresis = <2000>;
...
...
@@ -245,6 +252,10 @@
<&A53_2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&A53_3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
map1 {
trip = <&cpu_hot>;
cooling-device = <&CPU_SLEEP THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment