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>
This commit is contained in:
parent
f298a6bb20
commit
a057d2cfd1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue