aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2021-10-07 17:08:30 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-10-13 13:58:19 +0000
commitef90f07d065156f911aa29eac98ea394f4d776c4 (patch)
tree46059e9b887165a90d65c6d1c3b7ff9f998bb87e
parent6b0661d12099a6a582aee8f0f649f4bf2b382dd7 (diff)
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 <kevin.chiu@quantatw.com> Change-Id: Icd2c5509450e70aed158f146179f3a7fa24b547a Reviewed-on: https://review.coreboot.org/c/coreboot/+/58161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com> Reviewed-by: Rob Barnes <robbarnes@google.com>
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb26
1 files 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