diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-26 16:22:31 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-27 06:54:59 +0000 |
commit | a5b6e60411002fd315b232b21e3abd896256c245 (patch) | |
tree | 3408e1ae5f0a87eeefc256f5dc4eeb4ec0121a98 /src/mainboard/google/brya | |
parent | b91546372a191a3da9697726ad85054864a3a3e9 (diff) |
mb/google/brya/var/trulo: Remove unused Bluetooth device
This change removes the configuration for the unused USB2 Port 6
(index 5) and its associated Bluetooth device on the Trulo variant.
BUG=b:351976770
TEST=Builds successfully for google/trulo.
Change-Id: I9970274b9b1b1076a2f9d649d61c825cac71d0c7
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83665
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rishika Raj <rishikaraj@google.com>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/trulo/overridetree.cb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/brya/variants/trulo/overridetree.cb b/src/mainboard/google/brya/variants/trulo/overridetree.cb index 8f63cc3817..a9be57c85f 100644 --- a/src/mainboard/google/brya/variants/trulo/overridetree.cb +++ b/src/mainboard/google/brya/variants/trulo/overridetree.cb @@ -87,7 +87,6 @@ chip soc/intel/alderlake register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # USB2_A1 (DB) register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # M.2 Camera register "usb2_ports[4]" = "USB2_PORT_TYPE_C(OC_SKIP)" # USB2_C0 (MLB) - register "usb2_ports[5]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC1)" # USB3/2 Type A port A0 (MLB) register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)" # USB3/2 Type A port A1 (DB) @@ -447,13 +446,6 @@ chip soc/intel/alderlake device ref usb2_port5 on end end chip drivers/usb/acpi - register "desc" = ""USB2 Bluetooth"" - register "type" = "UPC_TYPE_INTERNAL" - register "reset_gpio" = - "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A13)" - device ref usb2_port6 on end - end - chip drivers/usb/acpi register "desc" = ""USB3 Type-A Port A0 (MLB)"" register "type" = "UPC_TYPE_USB3_A" register "use_custom_pld" = "true" |