From 0c9fcf6010858e472ef038e77397b667fbb43ada Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 20 Mar 2023 11:30:22 -0600 Subject: [PATCH] mb/google/skyrim: Remove todo about BT controller timeouts This will be tracked directly in the bug, so a code comment is not needed. BUG=263161283 TEST=none BRANCH=Skyrim Signed-off-by: Martin Roth Change-Id: I4d5af35762354c8825d30f813098547a7e009e35 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73828 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/skyrim/variants/baseboard/devicetree.cb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb index 202ab265ba..f863197e9e 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb @@ -175,7 +175,6 @@ chip soc/amd/mendocino register "type" = "UPC_TYPE_INTERNAL" register "has_power_resource" = "true" register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPIO_10)" - # TODO(b/263161283): Confirm the delay meets the requirement of all BT controllers register "enable_delay_ms" = "500" register "enable_off_delay_ms" = "200" register "use_gpio_for_status" = "true"