From: Benjamin Herrenschmidt Date: Mon, 18 Jun 2018 04:58:59 +0000 (+1000) Subject: ARM: dts: aspeed: Fix Romulus VGA frame buffer X-Git-Tag: v4.19-rc1~44^2~4^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0f33bde8859b7746ecdd8af1d1e5dde0e9b899f9;p=linux.git 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 Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index 389f5f83bef9..9176b3cda812 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts @@ -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 {