From 5ad528a10ab2e5b5b3070cb25ef1e774f8d2da5b Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 19 Jul 2024 11:26:09 +0530 Subject: mb/google/brya/var/trulo: Add fw_config for PDC This patch adds FW Config to the device tree for choosing between the discrete PD chip. BUG=b:351976770 TEST=Builds successfully for google/trulo. Change-Id: I0a8fb0225edecb063dede31efaec6f2502476977 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83567 Tested-by: build bot (Jenkins) Reviewed-by: Dinesh Gehlot Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/trulo/overridetree.cb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/brya/variants/trulo/overridetree.cb b/src/mainboard/google/brya/variants/trulo/overridetree.cb index 19a533d6b2..8f63cc3817 100644 --- a/src/mainboard/google/brya/variants/trulo/overridetree.cb +++ b/src/mainboard/google/brya/variants/trulo/overridetree.cb @@ -3,6 +3,11 @@ fw_config option THERMAL_SOLUTION_6W 0 option THERMAL_SOLUTION_15W 1 end + field PDC_CONTROL 1 2 + option PDC_CONTROL_UNKNOWN 0 + option PDC_RTS_BYPASS 1 + option PDC_TI_BYPASS 2 + end field STORAGE 30 31 option STORAGE_EMMC 0 option STORAGE_NVME 1 -- cgit v1.2.3