summaryrefslogtreecommitdiff
path: root/board/gaelin/fans.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaelin/fans.c')
-rw-r--r--board/gaelin/fans.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/board/gaelin/fans.c b/board/gaelin/fans.c
index 5f54e6e63c..6828438a10 100644
--- a/board/gaelin/fans.c
+++ b/board/gaelin/fans.c
@@ -30,10 +30,16 @@ static const struct fan_conf fan_conf_0 = {
.enable_gpio = GPIO_EN_PP5000_FAN,
};
+/*
+ * TOOD(b/197478860): need to update for real fan
+ *
+ * Prototype fan spins at about 7200 RPM at 100% PWM.
+ * Set minimum at around 30% PWM.
+ */
static const struct fan_rpm fan_rpm_0 = {
- .rpm_min = 2350,
- .rpm_start = 2350,
- .rpm_max = 4100,
+ .rpm_min = 2200,
+ .rpm_start = 2200,
+ .rpm_max = 7200,
};
const struct fan_t fans[FAN_CH_COUNT] = {