summaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_danger/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/veyron_danger/mainboard.c')
-rw-r--r--src/mainboard/google/veyron_danger/mainboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_danger/mainboard.c b/src/mainboard/google/veyron_danger/mainboard.c
index 4d817e65b0..716b2b8643 100644
--- a/src/mainboard/google/veyron_danger/mainboard.c
+++ b/src/mainboard/google/veyron_danger/mainboard.c
@@ -129,4 +129,5 @@ void lb_board(struct lb_header *header)
void mainboard_power_on_backlight(void)
{
+ gpio_output(GPIO_BACKLIGHT, 1); /* BL_EN */
}