diff options
Diffstat (limited to 'src/mainboard/amd/bettong/fchec.c')
-rw-r--r-- | src/mainboard/amd/bettong/fchec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/bettong/fchec.c b/src/mainboard/amd/bettong/fchec.c index 532db79f27..ea7dc569c7 100644 --- a/src/mainboard/amd/bettong/fchec.c +++ b/src/mainboard/amd/bettong/fchec.c @@ -28,7 +28,7 @@ void agesawrapper_fchecfancontrolservice() LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg5 = 0x04; LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg6 = 0x98; /* SMBUS Address for SMBUS based temperature sensor such as SB-TSI and ADM1032 */ LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg7 = 0x01; - LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg8 = 0x01; /* PWM steping rate in unit of PWM level percentage */ + LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg8 = 0x01; /* PWM stepping rate in unit of PWM level percentage */ LateParams.Imc.EcStruct.MsgFun81Zone0MsgReg9 = 0x00; /* IMC Fan Policy temperature thresholds */ |