fix: LicheePi 4A fan not spinning - PWM config and DTS#301
fix: LicheePi 4A fan not spinning - PWM config and DTS#301zhuzhenxxx-collab wants to merge 1 commit into
Conversation
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26926508543 参数解析结果
测试完成 详细结果:
Kunit Test Result[02:36:04] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
|
一般不接受builtin可选模块 除非有特别的问题才会考虑 fan看起来不像是必须builtin |
3fafa13 to
f12c330
Compare
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26990455816 参数解析结果
测试完成 详细结果:
Kunit Test Result[01:53:47] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
已修改,insmod安装后正常运行 |
dist inclusion category: cleanup Link: RVCK-Project#300 -------------------------------- Fix fan cooling failure on LicheePi 4A: - CONFIG_PWM_XUANTIE is invalid (Kconfig symbol is PWM_THEAD), fix to CONFIG_PWM_THEAD=m - Add status = "disabled" to pwm node in th1520.dtsi (convention) - Enable pwm in lpi4a board dts with status = "okay" Signed-off-by: ZhenXing Zhu <zhenxing.zhu@linux.alibaba.com>
f12c330 to
99ddcfa
Compare
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/27005618653 参数解析结果
测试完成 详细结果:
Kunit Test Result[09:02:00] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
Issues fixed:
CONFIG_PWM_XUANTIEis invalid (correct:CONFIG_PWM_THEAD)Tested on LicheePi 4A - fan spins normally after boot.
insmod pwm-thead.koinsmod pwm-fan.koLink: #300