diff options
author | Amanda Huang <amanda_hwang@compal.corp-partner.google.com> | 2024-08-01 16:10:39 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-08-01 12:52:41 +0000 |
commit | 874eb5bb409da92b503871c9721bc882846c0bc6 (patch) | |
tree | 92aef9c3d0ba9c85fe77d76d8ebb32bb430fbf36 | |
parent | 73870298e35a6cd72dffe18fcff16112aa84e5ca (diff) |
mb/google/brya/var/orisa: Remove mux references from typec port
The Type-C kernel driver no longer programs the AP mux. So remove device
references to the TCSS Mux control device from the Type-C port driver.
BUG=b:351117685
TEST=USB-C drive can be detected after system warm or cold reboot.
Change-Id: I4a24fb69ebec87f65b679cde0e4a1a8827cd365d
Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83722
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r-- | src/mainboard/google/brya/variants/orisa/overridetree.cb | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 0a58b3d328..89d4d2f4b9 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -519,21 +519,10 @@ chip soc/intel/alderlake device ref uart0 on end device ref pch_espi on chip ec/google/chromeec - use conn0 as mux_conn[0] device pnp 0c09.0 on end end end - device ref pmc hidden - chip drivers/intel/pmc_mux - device generic 0 on - chip drivers/intel/pmc_mux/conn - use usb2_port5 as usb2_port - use tcss_usb3_port1 as usb3_port - device generic 0 alias conn0 on end - end - end - end - end + device ref pmc hidden end device ref hda on chip drivers/sof register "spkr_tplg" = "max98360a" |