ARM: dts: aspeed: rainier: Add VGA reserved memory region
authorJoel Stanley <joel@jms.id.au>
Mon, 30 Mar 2020 04:47:07 +0000 (15:17 +1030)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 07:07:16 +0000 (16:37 +0930)
The BMC uses reserves the top 16MB of memory for the host to use for VGA
or PCIe communication.

Reviewed-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index b1eb74d..bdfe342 100644 (file)
                        no-map;
                        reg = <0xB8000000 0x04000000>; /* 64M */
                };
+
+               vga_memory: region@bf000000 {
+                        no-map;
+                        reg = <0xbf000000 0x01000000>;  /* 16M */
+                };
        };
 
        gpio-keys {