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>
This commit is contained in:
parent
3423623835
commit
82c2566bd3
|
@ -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 },
|
||||
{},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue