diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-27 22:13:29 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-05 22:16:42 -0700 |
commit | 82c2566bd3db81f77945f26a9b7546da3567e3b4 (patch) | |
tree | 129d4d2c41048c7ddb6b401f2c1c7cfcd6f737a5 /drivers/video | |
parent | 34236238359253ef5342843a3cca09dcca939262 (diff) | |
download | u-boot-imx-82c2566bd3db81f77945f26a9b7546da3567e3b4.zip u-boot-imx-82c2566bd3db81f77945f26a9b7546da3567e3b4.tar.gz u-boot-imx-82c2566bd3db81f77945f26a9b7546da3567e3b4.tar.bz2 |
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/video')
-rw-r--r-- | drivers/video/vesa_fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, {}, }; |