summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t410/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t410/mainboard.c')
-rw-r--r--src/mainboard/lenovo/t410/mainboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t410/mainboard.c b/src/mainboard/lenovo/t410/mainboard.c
index 23b68fabc2..8b6a737e0e 100644
--- a/src/mainboard/lenovo/t410/mainboard.c
+++ b/src/mainboard/lenovo/t410/mainboard.c
@@ -19,12 +19,14 @@
#include <device/device.h>
#include <arch/acpi.h>
#include <drivers/intel/gma/int15.h>
+#include "dock.h"
static void mainboard_enable(struct device *dev)
{
install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS,
GMA_INT15_PANEL_FIT_DEFAULT,
GMA_INT15_BOOT_DISPLAY_LFP, 2);
+ init_dock();
}
struct chip_operations mainboard_ops = {