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 1e9c240 commit f36bb17Copy full SHA for f36bb17
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -17,6 +17,14 @@
17
stdout-path = "serial2:1500000n8";
18
};
19
20
+ fan: pwm-fan {
21
+ compatible = "pwm-fan";
22
+ cooling-levels = <0 95 145 195 255>;
23
+ fan-supply = <&vcc5v0_sys>;
24
+ pwms = <&pwm1 0 50000 0>;
25
+ #cooling-cells = <2>;
26
+ };
27
+
28
vcc5v0_sys: vcc5v0-sys-regulator {
29
compatible = "regulator-fixed";
30
regulator-name = "vcc5v0_sys";
@@ -52,6 +60,10 @@
52
60
53
61
54
62
63
+&pwm1 {
64
+ status = "okay";
65
+};
66
55
67
&sdhci {
56
68
bus-width = <8>;
57
69
no-sdio;
0 commit comments