diff options
author | Rob Barnes <robbarnes@google.com> | 2022-08-29 08:57:50 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-30 15:29:41 +0000 |
commit | a057d2cfd1b19376a732aba109f0a4b79f4b6936 (patch) | |
tree | 9acd8b170198d8ce0ff0efc3d6ca1f99449d3bdd | |
parent | f298a6bb2033c053fb34602b37d10759643e8d1f (diff) |
mb/google/nipperkin: Set BT enable_delay_ms to 10ms
Override bluetooth enable_delay_ms to 10ms, per advise from vendor.
BUG=b:233369179
BRANCH=guybrush
TEST=Boot nipperkin, connect to headset, suspend and reboot,
headset still functions.
Change-Id: Ic00de6704018f27339512929f85531aa72205b0e
Signed-off-by: Rob Barnes <robbarnes@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67177
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
-rw-r--r-- | src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb index 2fc416e775..1643d0b979 100644 --- a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb @@ -199,6 +199,16 @@ chip soc/amd/cezanne device generic 0.0 on end end end # Audio + device ref xhci_1 on # USB 3.1 (USB1) + chip drivers/usb/acpi + device ref xhci_1_root_hub on + chip drivers/usb/acpi # Bluetooth + register "enable_off_delay_ms" = "10" + device ref usb2_port6 on end + end + end + end + end end end # domain |