diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-26 16:19:42 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-27 06:54:53 +0000 |
commit | b91546372a191a3da9697726ad85054864a3a3e9 (patch) | |
tree | 78b7470c977d010ab80b3c503e0d7064b148c87c /src/mainboard/google/brya/variants/orisa | |
parent | a5aa6cb0b2acd2418a8919d9a063bb2113885464 (diff) |
mb/google/brya/var/orisa: Remove unused Bluetooth device
This change removes the configuration for the unused USB2 Port 6
(index 5) and its associated Bluetooth device on the Orisa variant.
It also cleans up a redundant newline before the `serial_io_i2c_mode`
definition.
BUG=b:351976770
TEST=Builds successfully for google/orisa.
Change-Id: Icf1ff442530ad2263ad0b58829e5c7b2ce544439
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83664
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/variants/orisa')
-rw-r--r-- | src/mainboard/google/brya/variants/orisa/overridetree.cb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 80e5cf3aba..543a66771a 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -88,7 +88,6 @@ chip soc/intel/alderlake register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # M.2 Camera register "usb2_ports[3]" = "USB2_PORT_EMPTY" # Disable USB2 Port 4 register "usb2_ports[4]" = "USB2_PORT_TYPE_C(OC_SKIP)" # USB2_C0 - register "usb2_ports[5]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth port for CNVi WLAN register "usb2_ports[6]" = "USB2_PORT_EMPTY" # Disable USB2 Port 7 register "usb2_ports[7]" = "USB2_PORT_EMPTY" # Disable USB2 Port 8 @@ -126,7 +125,6 @@ chip soc/intel/alderlake .vnn_icc_max_ma = 500, }" - register "serial_io_i2c_mode" = "{ [PchSerialIoIndexI2C0] = PchSerialIoPci, [PchSerialIoIndexI2C1] = PchSerialIoPci, @@ -447,13 +445,6 @@ chip soc/intel/alderlake 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" = ""USB2 Bluetooth"" - register "type" = "UPC_TYPE_INTERNAL" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A13)" device ref usb2_port10 on end end |