From d8455dfbf60a0e387c244c71a892c6fadfa34ff0 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Thu, 26 Jun 2025 10:36:56 +0800 Subject: [PATCH] mb/trulo/var/pujjolo: Change wifi SAR id fw config bits Because of the internal misunderstanding, so now correct the right fw config of wifi SAR id number from 18 to 21 to 17 to 20. BUG=b:395763555 BRANCH=none TEST=Build and boot to OS and check coreboot log to check the wifi SAR table could work fine. Change-Id: Ib006996fb8887a36feb5dfe71baef58fa74c35f7 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88200 Reviewed-by: Eric Lai Reviewed-by: Alicja Michalska Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index 9fbff83aa2..de40681426 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -4,7 +4,7 @@ fw_config option LTE_PRESENT 1 option 5G_PRESENT 2 end - field WIFI_SAR_ID 18 21 + field WIFI_SAR_ID 17 20 option WIFI_SAR_TABLE_AX211 0 option WIFI_SAR_TABLE_AX203 1 end