diff options
author | Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com> | 2023-12-20 10:07:14 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-12-22 12:06:02 +0000 |
commit | dc02b1bf13254e14dfbcf731287b797c24be1517 (patch) | |
tree | 73b69c18efd01e84e9a96bc3e7a8a633f12d8810 /src/mainboard/google/brya | |
parent | 5fc070a6e67b9dbbd38c4cdae243f782aaa2c407 (diff) |
mb/google/nissa/var/gothrax: Add probe for Type-C Port C1 (DB)
Add probe DB_C_A_LTE/DB_C_A for Type-C Port C1 (daughter board).
DB_A is only used for skus without Type-C Port C1.
BUG=b:316048649
TEST=emerge-nissa coreboot
Signed-off-by: Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com>
Change-Id: Ifb702c497740953144b43c56653da16fade1053f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79629
Reviewed-by: Kyle Lin <kylelinck@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Derek Huang <derekhuang@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/gothrax/overridetree.cb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/gothrax/overridetree.cb b/src/mainboard/google/brya/variants/gothrax/overridetree.cb index a4e481f882..14d92159f9 100644 --- a/src/mainboard/google/brya/variants/gothrax/overridetree.cb +++ b/src/mainboard/google/brya/variants/gothrax/overridetree.cb @@ -393,7 +393,8 @@ chip soc/intel/alderlake register "use_custom_pld" = "true" register "custom_pld" = "ACPI_PLD_TYPE_C(RIGHT, RIGHT, ACPI_PLD_GROUP(2, 1))" device ref tcss_usb3_port2 on - probe DB_USB DB_A + probe DB_USB DB_C_A + probe DB_USB DB_C_A_LTE end end end @@ -421,7 +422,8 @@ chip soc/intel/alderlake register "use_custom_pld" = "true" register "custom_pld" = "ACPI_PLD_TYPE_C(RIGHT, RIGHT, ACPI_PLD_GROUP(2, 1))" device ref usb2_port2 on - probe DB_USB DB_A + probe DB_USB DB_C_A + probe DB_USB DB_C_A_LTE end end chip drivers/usb/acpi |