ARM: dts: aspeed: s2600wf: Fix VGA memory region location
authorJoel Stanley <joel@jms.id.au>
Tue, 22 Sep 2020 06:42:34 +0000 (16:12 +0930)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Oct 2020 05:53:11 +0000 (16:23 +1030)
commit9e1cc9679776f5b9e42481d392b1550753ebd084
tree545273cba663892484096f104c7eec12e8a581e5
parente3b123542cdc324d85a061356fbb6bb849bcb941
ARM: dts: aspeed: s2600wf: Fix VGA memory region location

The VGA memory region is always from the top of RAM. On this board, that
is 0x80000000 + 0x20000000 - 0x01000000 = 0x9f000000.

This was not an issue in practice as the region is "reserved" by the
vendor's u-boot reducing the amount of available RAM, and the only user
is the host VGA device poking at RAM over PCIe. That is, nothing from
the ARM touches it.

It is worth fixing as developers copy existing device trees when
building their machines, and the XDMA driver does use the memory region
from the ARM side.

Fixes: c4043ecac34a ("ARM: dts: aspeed: Add S2600WF BMC Machine")
Reported-by: John Wang <wangzhiqiang.bj@bytedance.com>
Link: https://lore.kernel.org/r/20200922064234.163799-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts