summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-27 22:13:29 -0700
committerSimon Glass <sjg@chromium.org>2015-02-05 22:16:42 -0700
commit82c2566bd3db81f77945f26a9b7546da3567e3b4 (patch)
tree129d4d2c41048c7ddb6b401f2c1c7cfcd6f737a5 /drivers
parent34236238359253ef5342843a3cca09dcca939262 (diff)
downloadblackbird-obmc-uboot-82c2566bd3db81f77945f26a9b7546da3567e3b4.tar.gz
blackbird-obmc-uboot-82c2566bd3db81f77945f26a9b7546da3567e3b4.zip
x86: video: Enable video for Minnowboard Max
This board uses a new PCI ID. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/vesa_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/vesa_fb.c b/drivers/video/vesa_fb.c
index 3dacafd6bf..3a0fea2584 100644
--- a/drivers/video/vesa_fb.c
+++ b/drivers/video/vesa_fb.c
@@ -23,6 +23,7 @@ struct pci_device_id vesa_video_ids[] = {
{ .vendor = 0x1002, .device = 0x5159 },
{ .vendor = 0x1002, .device = 0x4752 },
{ .vendor = 0x1002, .device = 0x5452 },
+ { .vendor = 0x8086, .device = 0x0f31 },
{},
};
OpenPOWER on IntegriCloud