mb/google/brya/var/marasov: Adjust the bit fields in the FW_CONFIG

Adjust the bit fields in the FW_CONFIG for Proto Phase.

BUG=b:254404046
BRANCH=firmware-brya-14505.B
TEST=FW_NAME=marasov emerge-brya coreboot

Signed-off-by: Frank Chu <Frank_Chu@pegatron.corp-partner.google.com>
Change-Id: Ia71269918092655c11c2b37a26ec19123f759650
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70174
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frank Chu <frank_chu@pegatron.corp-partner.google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
This commit is contained in:
Frank Chu 2022-11-30 18:14:40 +08:00 committed by Felix Held
parent 4f3251ed16
commit fa93c5bd01
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
fw_config fw_config
field KB_BL 7 7 field KB_BL 0 0
option KB_BL_ABSENT 0 option KB_BL_ABSENT 0
option KB_BL_PRESENT 1 option KB_BL_PRESENT 1
end end
field AUDIO 8 10 field AUDIO 1 3
option AUDIO_UNKNOWN 0 option AUDIO_UNKNOWN 0
option ALC1019_ALC5682I_VD_I2S 1 option ALC1019_ALC5682I_VD_I2S 1
option ALC1019_ALC5682I_VS_I2S 2 option ALC1019_ALC5682I_VS_I2S 2
end end
field THERMAL 18 18 field UFC 4 4
option THERMAL_6W 0 option UFC_USB 0
option THERMAL_15W 1 option UFC_MIPI 1
end end
field STORAGE 30 31 field STORAGE 30 31
option STORAGE_UNKNOWN 0 option STORAGE_UNKNOWN 0