]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: video: Enable video for Minnowboard Max
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:29 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:06 +0000 (12:59 +0200)
This board uses a new PCI ID.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/video/vesa_fb.c

index 3dacafd6bf595c6cfebeb6688935e5f36d98b0bd..3a0fea2584fcc2c1be2a089653151920a90e82d3 100644 (file)
@@ -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 },
        {},
 };