From ab2c69c4f306d0ebd3baa49dd1389b99f1b751f7 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 1 Dec 2025 18:11:06 -0600 Subject: [PATCH] mb/starlabs/starbook: Add CFR options for power/charge LED brightness Add CFR options to expose EC controls to set the brightness of the power and charge LEDs (normal/dim/off). TEST=build/boot starbook_mtl, verify LED control via CFR Change-Id: I7e1fe4efaab4327c8b95b108a9014e50058d6ed4 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/90564 Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/starlabs/starbook/cfr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/starlabs/starbook/cfr.c b/src/mainboard/starlabs/starbook/cfr.c index cddc9af16f..69e48d1023 100644 --- a/src/mainboard/starlabs/starbook/cfr.c +++ b/src/mainboard/starlabs/starbook/cfr.c @@ -38,6 +38,8 @@ static struct sm_obj_form power = { #if CONFIG(EC_STARLABS_CHARGING_SPEED) &charging_speed, #endif + &power_led, + &charge_led, &power_on_after_fail_bool, NULL },