diff mbox

[U-Boot,04/23] x86: video: Enable video for Minnowboard Max

Message ID 1422321801-6743-5-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Jan. 27, 2015, 1:23 a.m. UTC
This board uses a new PCI ID.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/video/vesa_fb.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng Jan. 27, 2015, 9:45 a.m. UTC | #1
On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass <sjg@chromium.org> wrote:
> This board uses a new PCI ID.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  drivers/video/vesa_fb.c | 1 +
>  1 file changed, 1 insertion(+)
>
> 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 },
>         {},
>  };
>
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox

Patch

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