From 542289bf56816293959b85a40d3ed30afd894055 Mon Sep 17 00:00:00 2001 From: Jayvik Desai Date: Thu, 12 Feb 2026 16:48:38 +0530 Subject: [PATCH] mb/google/bluey/quartz: Enable charging for debug access port for quartz Select HAVE_CHARGING_DEBUG_ACCESS_PORT for the Quartz variant. BUG=b:474297115 TEST=Verified that quartz starts charging when the charger is connected via the servov4.1 to the C0 port. TEST=Verified that quartz starts charging when the charger is directly connected to the C0 port. TEST=Verified that the battery is charging by checking the battery State of charge after 20-30 mins of charging. Change-Id: Ie5e0d980780daa0adeee4e6a3e3525eb2616a29f Signed-off-by: Jayvik Desai Reviewed-on: https://review.coreboot.org/c/coreboot/+/91181 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Subrata Banik --- src/mainboard/google/bluey/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index 6dc2325465..45017a4e01 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -55,6 +55,7 @@ config BOARD_GOOGLE_QUENBIH config BOARD_GOOGLE_QUARTZ select BOARD_GOOGLE_MODEL_QUARTZ + select HAVE_CHARGING_DEBUG_ACCESS_PORT select SOC_QUALCOMM_HAMOA select MAINBOARD_HAS_PS8820_RETIMER select MAINBOARD_NO_USB_A_PORT