We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21faf8f commit 8c7432dCopy full SHA for 8c7432d
arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc-dev.dts
@@ -3,6 +3,8 @@
3
4
/dts-v1/;
5
6
+#include <dt-bindings/pwm/pwm.h>
7
+
8
#include "imx8mp-toradex-smarc.dtsi"
9
10
/ {
@@ -205,9 +207,14 @@
205
207
status = "okay";
206
208
209
/* Fan controller */
- fan@18 {
210
+ fan_controller: fan@18 {
211
compatible = "ti,amc6821";
212
reg = <0x18>;
213
+ #pwm-cells = <2>;
214
215
+ fan {
216
+ pwms = <&fan_controller 40000 PWM_POLARITY_INVERTED>;
217
+ };
218
};
219
220
/* Current measurement into module VDD */
0 commit comments