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:
c0rnelius
2023-10-24 13:44:54 -04:00
committed by GitHub
parent 43ba5437f0
commit 73a409df2b
3 changed files with 6 additions and 6 deletions

View File

@@ -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";
+ };

View File

@@ -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";
};

View File

@@ -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";
};