aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Chu <Frank_Chu@pegatron.corp-partner.google.com>2022-11-30 18:14:40 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-12-09 17:06:07 +0000
commitfa93c5bd01517376448aa97fae69fe60d7a5badf (patch)
treefedeae1c74c8c12b83ca98290f97f3d3286aa377
parent4f3251ed169c387290ede2b620ff02e4942e8a5a (diff)
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>
-rw-r--r--src/mainboard/google/brya/variants/marasov/overridetree.cb10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb
index 70787c611b..7ceafe66d7 100644
--- a/src/mainboard/google/brya/variants/marasov/overridetree.cb
+++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb
@@ -1,16 +1,16 @@
fw_config
- field KB_BL 7 7
+ field KB_BL 0 0
option KB_BL_ABSENT 0
option KB_BL_PRESENT 1
end
- field AUDIO 8 10
+ field AUDIO 1 3
option AUDIO_UNKNOWN 0
option ALC1019_ALC5682I_VD_I2S 1
option ALC1019_ALC5682I_VS_I2S 2
end
- field THERMAL 18 18
- option THERMAL_6W 0
- option THERMAL_15W 1
+ field UFC 4 4
+ option UFC_USB 0
+ option UFC_MIPI 1
end
field STORAGE 30 31
option STORAGE_UNKNOWN 0