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>
This commit is contained in:
Kevin Chiu 2021-10-07 17:08:30 +08:00 committed by Felix Held
parent 6b0661d120
commit ef90f07d06
1 changed files with 11 additions and 15 deletions

View File

@ -1,32 +1,28 @@
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
fw_config fw_config
field USB_DB 0 1 field KB_BL 0
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
option KB_BL_ABSENT 0 option KB_BL_ABSENT 0
option KB_BL_PRESENT 1 option KB_BL_PRESENT 1
end end
field FP 4 field FP 1
option FP_ABSENT 0 option FP_ABSENT 0
option FP_PRESENT 1 option FP_PRESENT 1
end end
field WLAN 5 6 field WLAN 2 3
option WLAN_WCN6856 0 option WLAN_WCN6856 0
option WLAN_RTL8852 1 option WLAN_RTL8852 1
end end
field WWAN 7 8 field WWAN 4 5
option WWAN_DIASABLED 0 option WWAN_DIASABLED 0
option WWAN_L850GL 1 option WWAN_L850GL 1
end end
field BEEP_MODE 9 field STORAGE 6
option BEEP_MODE_AMP 0 option STORAGE_EMMC 0
option BEEP_MODE_BIT_BANG 1 option STORAGE_SSD 1
end
field KB_MAP 7
option KB_MAP_PRIVACY 0
option KB_MAP_NO_PRIVACY 1
end end
end end