mb/google/brya/var/kinox: Modify fan speed/duty table
Modify fan speed/duty table follow "Duty table.xlsx". BUG=b:244262869 TEST=Boot to ChromeOS. Using SDV system, enter duty value, and then system feedback fan speed. Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Change-Id: Id5e885b96624d5fc31f1d42e3582c3ab01e08458 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67307 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-by: Ricky Chang <rickytlchang@google.com> Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
parent
384dfacbca
commit
ed688abe51
|
@ -196,16 +196,26 @@ chip soc/intel/alderlake
|
|||
}"
|
||||
## Fan Performance Control (Percent, Speed, Noise, Power)
|
||||
register "controls.fan_perf" = "{
|
||||
[0] = { 90, 6700, 220, 2200, },
|
||||
[1] = { 80, 5800, 180, 1800, },
|
||||
[2] = { 70, 5000, 145, 1450, },
|
||||
[3] = { 60, 4900, 115, 1150, },
|
||||
[4] = { 50, 3838, 90, 900, },
|
||||
[5] = { 40, 2904, 55, 550, },
|
||||
[6] = { 30, 2337, 30, 300, },
|
||||
[7] = { 20, 1608, 15, 150, },
|
||||
[8] = { 10, 800, 10, 100, },
|
||||
[9] = { 0, 0, 0, 50, }
|
||||
[0] = { 100, 6060, 0, 0, },
|
||||
[1] = { 90, 5585, 0, 0, },
|
||||
[2] = { 80, 4964, 0, 0, },
|
||||
[3] = { 70, 4237, 0, 0, },
|
||||
[4] = { 64, 3963, 0, 0, },
|
||||
[5] = { 60, 3510, 0, 0, },
|
||||
[6] = { 54, 3212, 0, 0, },
|
||||
[7] = { 50, 2808, 0, 0, },
|
||||
[8] = { 48, 2776, 0, 0, },
|
||||
[9] = { 47, 2715, 0, 0, },
|
||||
[10] = { 45, 2566, 0, 0, },
|
||||
[11] = { 43, 2415, 0, 0, },
|
||||
[12] = { 40, 2010, 0, 0, },
|
||||
[13] = { 36, 1813, 0, 0, },
|
||||
[14] = { 35, 1686, 0, 0, },
|
||||
[15] = { 32, 1404, 0, 0, },
|
||||
[16] = { 30, 1160, 0, 0, },
|
||||
[17] = { 20, 760, 0, 0, },
|
||||
[18] = { 10, 760, 0, 0, },
|
||||
[19] = { 0, 0, 0, 0, }
|
||||
}"
|
||||
|
||||
## Fan options
|
||||
|
|
Loading…
Reference in New Issue