From ef90f07d065156f911aa29eac98ea394f4d776c4 Mon Sep 17 00:00:00 2001 From: Kevin Chiu Date: Thu, 7 Oct 2021 17:08:30 +0800 Subject: mb/google/guybrush/var/nipperkin: update fw_config field update fw_config for nipperkin BUG=b:196909635 BRANCH=guybrush TEST=emerge-guybrush coreboot chromeos-bootimage Signed-off-by: Kevin Chiu Change-Id: Icd2c5509450e70aed158f146179f3a7fa24b547a Reviewed-on: https://review.coreboot.org/c/coreboot/+/58161 Tested-by: build bot (Jenkins) Reviewed-by: Bhanu Prakash Maiya Reviewed-by: Rob Barnes --- .../guybrush/variants/nipperkin/overridetree.cb | 26 +++++++++------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb index 05ef586c7a..77e35bc59f 100644 --- a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb @@ -1,32 +1,28 @@ # SPDX-License-Identifier: GPL-2.0-or-later fw_config - field USB_DB 0 1 - option USB_DB_A1_PS8811_C1_PS8818 0 - option USB_DB_A1_ANX7491_C1_ANX7451 1 - end - field FORM_FACTOR 2 - option FORM_FACTOR_CLAMSHELL 0 - option FORM_FACTOR_CONVERTIBLE 1 - end - field KB_BL 3 + field KB_BL 0 option KB_BL_ABSENT 0 option KB_BL_PRESENT 1 end - field FP 4 + field FP 1 option FP_ABSENT 0 option FP_PRESENT 1 end - field WLAN 5 6 + field WLAN 2 3 option WLAN_WCN6856 0 option WLAN_RTL8852 1 end - field WWAN 7 8 + field WWAN 4 5 option WWAN_DIASABLED 0 option WWAN_L850GL 1 end - field BEEP_MODE 9 - option BEEP_MODE_AMP 0 - option BEEP_MODE_BIT_BANG 1 + field STORAGE 6 + option STORAGE_EMMC 0 + option STORAGE_SSD 1 + end + field KB_MAP 7 + option KB_MAP_PRIVACY 0 + option KB_MAP_NO_PRIVACY 1 end end -- cgit v1.2.3