Skip to content

Commit 259a1d9

Browse files
LeoCX-Tsaiquinchou77
authored andcommitted
fwk: sunflower: modify the diagnostics fan start duty
According to the Kipo fan vendor, we must follow the spec to set the start fan duty, so change the duty from 20% to 30%. BRANCH=fwk-sunflower-26784 BUG=Sometimes, the UI will show a " fan not detected" message. TEST=test on sunflower, check UI will not show the error info. Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
1 parent ff43798 commit 259a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/program/framework/sunflower/src/project_diagnostics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
void start_fan_deferred(void)
2424
{
2525
/* force turn on the fan for diagnostic */
26-
dptf_set_fan_duty_target(20);
26+
dptf_set_fan_duty_target(30);
2727
}
2828
DECLARE_DEFERRED(start_fan_deferred);
2929

0 commit comments

Comments
 (0)