From: Simon Glass Date: Wed, 28 Jan 2015 05:13:29 +0000 (-0700) Subject: x86: video: Enable video for Minnowboard Max X-Git-Tag: v2015.04-rc2~32^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82c2566bd3db81f77945f26a9b7546da3567e3b4;p=platform%2Fkernel%2Fu-boot.git x86: video: Enable video for Minnowboard Max This board uses a new PCI ID. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/drivers/video/vesa_fb.c b/drivers/video/vesa_fb.c index 3dacafd..3a0fea2 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 }, {}, };