From 4f4eba9149d1f087cdfdff4194b8762263114117 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Mon, 19 Apr 2021 14:23:18 +0800 Subject: mb/google/volteer/variant/lindar: Create dynamic fan table mechanism Add dynamic fan table mechanism for Lindar and Lillipup. Create different fan tables that provided from thermal team. BUG=b:185308432 TEST=Build FW and boot to OS modify CBI test with DPTF tool. Signed-off-by: Kevin Chang Change-Id: I1b79dbe1ae6ee7aa41cef832b4ee305cc8f4b753 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52495 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Sumeet R Pawnikar --- src/mainboard/google/volteer/variants/baseboard/devicetree.cb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/volteer/variants/baseboard/devicetree.cb') diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index c51422c653..fdac104755 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -8,7 +8,10 @@ fw_config option USB3_NO_A 5 option USB3_NO_C 6 end - field THERMAL 4 7 end + field THERMAL 4 7 + option FAN_TABLE_0 0 + option FAN_TABLE_1 1 + end field AUDIO 8 10 option NONE 0 option MAX98357_ALC5682I_I2S 1 -- cgit v1.2.3