Conversation
RadxaYuntian
requested changes
Sep 9, 2026
Author
|
实际测试了一下,温度达到 60, /sys/devices/platform/pwm-fan/hwmon/hwmon50/pwm1 的值为 102, 70 度 为 153, 80 度为 204, 90 度为 255, 风扇也确实有跟着加速 |
RadxaYuntian
requested changes
Sep 15, 2026
| compatible = "pwm-fan"; | ||
| pwms = <&fan_pwm 0 100000>; | ||
| cooling-levels = <0 64 128 192 255>; | ||
| cooling-levels = <0 102 153 204 255>; |
Member
There was a problem hiding this comment.
0 126 169 212 255吧,每档之间增加43
| }; | ||
| }; | ||
|
|
||
| /* |
nascs
force-pushed
the
fix_fan_thermal_control
branch
from
September 15, 2026 10:48
fdc9be9 to
4c43a94
Compare
Signed-off-by: William Norman <nascs@radxa.com> Co-authored-by: ZHANG Yuntian <yt@radxa.com>
nascs
force-pushed
the
fix_fan_thermal_control
branch
from
September 16, 2026 05:58
4c43a94 to
601bbc9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.