mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Waveshare CM4-IO-BASE-B with BPI-CM4 Module (#5857)
Set fan max speed to kick in at 65*C. This keeps the unit roughly at 70*C or lower, when pusing all cores for an extended period of time. Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
This commit is contained in:
@@ -60,8 +60,8 @@ index 000000000000..2c988290d48a
|
||||
+ };
|
||||
+
|
||||
+ fanctrl: emc2305@2f {
|
||||
+ reg = <0x2f>;
|
||||
+ compatible = "smsc,emc2305";
|
||||
+ reg = <0x2f>;
|
||||
+ #address-cells = <1>;
|
||||
+ #size-cells = <0>;
|
||||
+ #cooling-cells = <0x02>;
|
||||
@@ -78,7 +78,7 @@ index 000000000000..2c988290d48a
|
||||
+ };
|
||||
+
|
||||
+ fanmax0: fanmax0 {
|
||||
+ temperature = <70000>;
|
||||
+ temperature = <65000>;
|
||||
+ hysteresis = <2000>;
|
||||
+ type = "active";
|
||||
+ };
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
};
|
||||
|
||||
fanctrl: emc2305@2f {
|
||||
reg = <0x2f>;
|
||||
compatible = "smsc,emc2305";
|
||||
reg = <0x2f>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#cooling-cells = <0x02>;
|
||||
@@ -42,7 +42,7 @@
|
||||
};
|
||||
|
||||
fanmax0: fanmax0 {
|
||||
temperature = <70000>;
|
||||
temperature = <65000>;
|
||||
hysteresis = <2000>;
|
||||
type = "active";
|
||||
};
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
};
|
||||
|
||||
fanctrl: emc2305@2f {
|
||||
reg = <0x2f>;
|
||||
compatible = "smsc,emc2305";
|
||||
reg = <0x2f>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#cooling-cells = <0x02>;
|
||||
@@ -42,7 +42,7 @@
|
||||
};
|
||||
|
||||
fanmax0: fanmax0 {
|
||||
temperature = <70000>;
|
||||
temperature = <65000>;
|
||||
hysteresis = <2000>;
|
||||
type = "active";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user