Firefly开源社区

标题: roc-rk3588s-pc修改pwm设置,解决风扇太吵的问题 [打印本页]

作者: 18367398839    时间: 2022-7-15 16:13
标题: roc-rk3588s-pc修改pwm设置,解决风扇太吵的问题


roc-rk3588s-pc.dtsi
  1. &fan {
  2.         /delete-property/ fan-supply;
  3.         cooling-levels = <170 230>;
  4. };

  5. &pwm11 {
  6.         status = "ok";
  7. };

  8. &soc_thermal {
  9.                 trips {
  10.                 thresnormal: trip-point-0 {
  11.                         temperature = <55000>;
  12.                         hysteresis = <2000>;
  13.                         type = "passive";
  14.                 };
  15.         };
  16.         cooling-maps {
  17.                 map4 {
  18.                         trip = <&thresnormal>;
  19.                         cooling-device = <&fan 0 1>;
  20.                 };
  21.         };
  22. };
复制代码

@wico
非常需要板子的机械模型和硬件原理图!!!后续能否公开呢?另外板子能否附带一个XH2.0转2.54的串口线,这个接口接串口太难了。





欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1