Przeglądaj źródła

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>
Simon Glass 10 lat temu
rodzic
commit
82c2566bd3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/video/vesa_fb.c

+ 1 - 0
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 },
 	{},
 };