Skip to content

Commit 3e031e1

Browse files
committed
fwk: modified the init fan speed to 20 percentage
Signed-off-by: Josh-Tsai <josh_tsai@compal.com>
1 parent 6a08b82 commit 3e031e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

util/config_allowed.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ CONFIG_FAKE_SHMEM
373373
CONFIG_FANS
374374
CONFIG_FAN_DSLEEP
375375
CONFIG_FAN_DYNAMIC
376-
CONFIG_FAN_INIT_SPEED
377376
CONFIG_FAN_RPM_CUSTOM
378377
CONFIG_FAN_UPDATE_PERIOD
379378
CONFIG_FINGERPRINT_MCU

zephyr/shim/include/config_chip.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,8 +3120,10 @@ BUILD_ASSERT((DT_NUM_INST_STATUS_OKAY(mps_mp2964)) == 1,
31203120
#endif
31213121

31223122
#undef CONFIG_CUSTOMIZED_DESIGN
3123+
#undef CONFIG_FAN_INIT_SPEED
31233124
#ifdef CONFIG_PLATFORM_EC_CUSTOMIZED_DESIGN
31243125
#define CONFIG_CUSTOMIZED_DESIGN
3126+
#define CONFIG_FAN_INIT_SPEED 20
31253127
#endif
31263128

31273129
#undef CONFIG_SYSTEM_SAFE_MODE

0 commit comments

Comments
 (0)