projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3423623
)
x86: video: Enable video for Minnowboard Max
author
Simon Glass
<sjg@chromium.org>
Wed, 28 Jan 2015 05:13:29 +0000
(22:13 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 6 Feb 2015 05:16:42 +0000
(22:16 -0700)
This board uses a new PCI ID.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/video/vesa_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/vesa_fb.c
b/drivers/video/vesa_fb.c
index 3dacafd6bf595c6cfebeb6688935e5f36d98b0bd..3a0fea2584fcc2c1be2a089653151920a90e82d3 100644
(file)
--- 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 },
{},
};