Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f33bde8 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Joel Stanley
Browse files

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: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent b35bbd3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {