From bdcf19f404a69283fa7c9ff245912d562474cfca Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Wed, 6 Aug 2025 11:21:52 +0800 Subject: [PATCH] mb/google/trulo/var/pujjolo: Add fw config for PDC Because the EQ tuning is different from type-c C1 port in pujjolo and pujjoquince daughter board, so use fw config to assign the specific PDC fw. BUG=b:436445362 TEST= Build and boot to OS and check PDC FW version. Change-Id: Id9ce85e40e919ab572ce1c560b4daf3c977de682 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88698 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index 0ccb3c634a..d9cd5cb22c 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -8,6 +8,10 @@ fw_config option WIFI_SAR_TABLE_AX211 0 option WIFI_SAR_TABLE_AX203 1 end + field PDC 21 22 + option PDC_PUJJOQUINCE 0 + option PDC_PUJJOLO 1 + end field FP 24 option FP_ABSENT 0 option FP_PRESENT 1