diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-19 11:26:09 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-22 17:30:56 +0000 |
commit | 5ad528a10ab2e5b5b3070cb25ef1e774f8d2da5b (patch) | |
tree | dc3830bd08eafce257e58609568e8551783267cf /src/mainboard/google/brya | |
parent | 6ad1357dad5109bb9e71a72c6ab53d18ea53b4cb (diff) |
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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83567
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/trulo/overridetree.cb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |