summaryrefslogtreecommitdiff
path: root/src/mainboard/google/geralt/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/geralt/display.c')
-rw-r--r--src/mainboard/google/geralt/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/geralt/display.c b/src/mainboard/google/geralt/display.c
index eaee6c815a..5c81434fea 100644
--- a/src/mainboard/google/geralt/display.c
+++ b/src/mainboard/google/geralt/display.c
@@ -16,7 +16,7 @@
/* Set up backlight control pins as output pin and power-off by default */
static void configure_edp_panel_backlight(void)
{
- gpio_output(GPIO_AP_EDP_BKLTEN, 0);
+ gpio_output(GPIO_AP_DISP_BKLTEN, 0);
gpio_output(GPIO_EDP_BL_PWM_1V8, 0);
}