ARM: dts: aspeed: Fix Romulus VGA frame buffer

The reserved memory for the VGA frame buffer is at the wrong address
for this system.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Benjamin Herrenschmidt
2018-06-18 14:58:59 +10:00
committed by Joel Stanley
parent b35bbd3d71
commit 0f33bde885

View File

@@ -21,9 +21,9 @@
#size-cells = <1>;
ranges;
vga_memory: framebuffer@bf000000 {
vga_memory: framebuffer@9f000000 {
no-map;
reg = <0xbf000000 0x01000000>; /* 16M */
reg = <0x9f000000 0x01000000>; /* 16M */
};
flash_memory: region@98000000 {