ARM: dts: aspeed: Fix Romulus VGA frame buffer
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 18 Jun 2018 04:58:59 +0000 (14:58 +1000)
committerJoel Stanley <joel@jms.id.au>
Mon, 16 Jul 2018 10:22:38 +0000 (19:52 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts

index 389f5f83bef90a67a1506a785087e1851c809309..9176b3cda812e873cf91775b73c2212a09113dbf 100644 (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 {