summaryrefslogtreecommitdiff
path: root/board/lazor/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/lazor/gpio.inc')
-rw-r--r--board/lazor/gpio.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/lazor/gpio.inc b/board/lazor/gpio.inc
index dc08c9d17f..932423f72a 100644
--- a/board/lazor/gpio.inc
+++ b/board/lazor/gpio.inc
@@ -94,10 +94,8 @@ GPIO(USB_A_CDP_ILIM_EN, PIN(7, 5), GPIO_OUT_HIGH) /* H: CDP, L:SDP. Only on
GPIO(USB_A0_OC_ODL, PIN(D, 1), GPIO_ODR_HIGH)
/* LEDs */
-GPIO(EC_CHG_LED_Y_C0, PIN(6, 0), GPIO_OUT_LOW) /* NC in the schematic */
-GPIO(EC_CHG_LED_W_C0, PIN(C, 0), GPIO_OUT_LOW) /* NC in the schematic */
GPIO(EC_CHG_LED_Y_C1, PIN(C, 3), GPIO_OUT_LOW)
-GPIO(EC_CHG_LED_W_C1, PIN(C, 4), GPIO_OUT_LOW)
+GPIO(EC_CHG_LED_B_C1, PIN(C, 4), GPIO_OUT_LOW)
/* PWM */
GPIO(KB_BL_PWM, PIN(8, 0), GPIO_INPUT) /* PWM3 */