|
@@ -11,6 +11,7 @@
|
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/pci.h>
|
|
|
#include <linux/mbus.h>
|
|
|
+#include <video/vga.h>
|
|
|
#include <asm/irq.h>
|
|
|
#include <asm/mach/pci.h>
|
|
|
#include <plat/pcie.h>
|
|
@@ -297,6 +298,8 @@ static void __init add_pcie_port(int maj, int min, unsigned long base)
|
|
|
|
|
|
void __init mv78xx0_pcie_init(int init_port0, int init_port1)
|
|
|
{
|
|
|
+ vga_base = MV78XX0_PCIE_MEM_PHYS_BASE;
|
|
|
+
|
|
|
if (init_port0) {
|
|
|
add_pcie_port(0, 0, PCIE00_VIRT_BASE);
|
|
|
if (!orion_pcie_x4_mode((void __iomem *)PCIE00_VIRT_BASE)) {
|