diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-06-18 06:58:59 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-07-16 12:22:38 +0200 |
commit | 0f33bde8859b7746ecdd8af1d1e5dde0e9b899f9 (patch) | |
tree | 2ccbf3b5e0c805d49dd148e0d38090b2e7ca83bf /arch/arm | |
parent | ARM: dts: aspeed: Enable vhub on port A of AST2500 EVB (diff) | |
download | linux-0f33bde8859b7746ecdd8af1d1e5dde0e9b899f9.tar.xz linux-0f33bde8859b7746ecdd8af1d1e5dde0e9b899f9.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |