|
【技术讨论】
roc-rk3588s-pc修改pwm设置,解决风扇太吵的问题
发表于 2022-7-15 16:13:38
浏览:5145
|
回复:0
打印
只看该作者
[复制链接]
楼主
roc-rk3588s-pc.dtsi
- &fan {
- /delete-property/ fan-supply;
- cooling-levels = <170 230>;
- };
- &pwm11 {
- status = "ok";
- };
- &soc_thermal {
- trips {
- thresnormal: trip-point-0 {
- temperature = <55000>;
- hysteresis = <2000>;
- type = "passive";
- };
- };
- cooling-maps {
- map4 {
- trip = <&thresnormal>;
- cooling-device = <&fan 0 1>;
- };
- };
- };
复制代码
@wico
非常需要板子的机械模型和硬件原理图!!!后续能否公开呢?另外板子能否附带一个XH2.0转2.54的串口线,这个接口接串口太难了。
|
|