Jump to content

[Armbian build PR] - config: boards: thead: enable pwm-fan support default


RSS Bot

Recommended Posts

Description

For lichee-pi 4A has pwm-fan node in devicetree such as:

 fan: pwm-fan {
 compatible = "pwm-fan";
  #cooling-cells = <2>;
  pwms = <&pwm 1 10000000 0>;
  cooling-levels = <0 64 192 255>;
 };

So enable pwm-fan support default with licheepi-4a. And I test it's worked on my licheepi 4a board with 8GB ddr.

Jira reference number [AR-9999]

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • [x] Test on licheepi 4A board with 8GB ddr

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines