Skip to content
Snippets Groups Projects
Commit 82c2566b authored by Simon Glass's avatar Simon Glass
Browse files

x86: video: Enable video for Minnowboard Max


This board uses a new PCI ID.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 34236238
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ struct pci_device_id vesa_video_ids[] = { ...@@ -23,6 +23,7 @@ struct pci_device_id vesa_video_ids[] = {
{ .vendor = 0x1002, .device = 0x5159 }, { .vendor = 0x1002, .device = 0x5159 },
{ .vendor = 0x1002, .device = 0x4752 }, { .vendor = 0x1002, .device = 0x4752 },
{ .vendor = 0x1002, .device = 0x5452 }, { .vendor = 0x1002, .device = 0x5452 },
{ .vendor = 0x8086, .device = 0x0f31 },
{}, {},
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment