mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
mt76: mt7915e: Enable thermal management by default
By default, mt7915e does not enable thermal management until the default thermal zone does not reach a trip point. If the rest of the system have better cooling than the wireless hardware, then it is possible that the wireless chip can overheat while the rest of the system is fine. Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
db783f10b2
commit
0063b86c91
@@ -200,7 +200,8 @@ static int mt7915_thermal_init(struct mt7915_phy *phy)
|
||||
phy->throttle_temp[0] = 110;
|
||||
phy->throttle_temp[1] = 120;
|
||||
|
||||
return 0;
|
||||
return mt7915_mcu_set_thermal_throttling(phy,
|
||||
MT7915_THERMAL_THROTTLE_MAX);
|
||||
}
|
||||
|
||||
static void mt7915_led_set_config(struct led_classdev *led_cdev,
|
||||
|
||||
Reference in New Issue
Block a user