Scott Chao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56768 )
Change subject: mb/google/brya/variants/primus: Remove DPTF fan control ......................................................................
mb/google/brya/variants/primus: Remove DPTF fan control
BUG=b:195378817 BRANCH=none TEST=Check fan is able to control by EC
Signed-off-by: Scott Chao scott_chao@wistron.corp-partner.google.com Change-Id: I84c020e470194072bb796f75f8a1304832504469 --- M src/mainboard/google/brya/variants/gimble/overridetree.cb 1 file changed, 0 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/56768/1
diff --git a/src/mainboard/google/brya/variants/gimble/overridetree.cb b/src/mainboard/google/brya/variants/gimble/overridetree.cb index 15275bd..a47d143 100644 --- a/src/mainboard/google/brya/variants/gimble/overridetree.cb +++ b/src/mainboard/google/brya/variants/gimble/overridetree.cb @@ -78,22 +78,6 @@ [2] = { 16, 1000 }, [3] = { 8, 500 } }" - ## 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, } - }" - ## Fan options - register "options.fan.fine_grained_control" = "1" - register "options.fan.step_size" = "2" device generic 0 on end end end