Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abel Vesa
linux
Commits
825e7953
Commit
825e7953
authored
1 month ago
by
Abel Vesa
Browse files
Options
Downloads
Patches
Plain Diff
WIP: arm64: dts: qcom: x1e80100-dell-xps13-9345: Add basic skin temperature throttling
Signed-off-by:
Abel Vesa
<
abel.vesa@linaro.org
>
parent
e9854de9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts
+25
-0
25 additions, 0 deletions
arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts
with
25 additions
and
0 deletions
arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts
+
25
−
0
View file @
825e7953
...
...
@@ -446,14 +446,39 @@ pu1400-critical {
keyboard-thermal {
thermal-sensors = <&pmk8550_adc_tm PM8550_ADC5_GEN3_AMUX_THM5_100K_PU(1)>;
polling-delay-passive = <1000>;
trips {
keyboard_alert0: trip-point0 {
temperature = <50000>;
hysteresis = <1000>;
type = "passive";
};
keyboard-critical {
temperature = <115000>;
hysteresis = <1000>;
type = "critical";
};
};
cooling-maps {
map0 {
trip = <&keyboard_alert0>;
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu8 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu9 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu10 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu11 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment