diff options
author | Cyril Bur <cyrilbur@gmail.com> | 2016-12-13 05:14:15 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-01-10 11:55:37 +0100 |
commit | e53a7f1b998dc84cc840554d55140ea2a0e330fc (patch) | |
tree | 18027b4ed59bc4300562d3a10dcf2dc192192ff6 /arch/arm/boot/dts | |
parent | ARM: dts: aspeed-g5: Add gpio controller to devicetree (diff) | |
download | linux-e53a7f1b998dc84cc840554d55140ea2a0e330fc.tar.xz linux-e53a7f1b998dc84cc840554d55140ea2a0e330fc.zip |
ARM: dts: aspeed: Reserve framebuffer memory
When used as a BMC, the host expects to be able to use 16MB of
framebuffer memory at the top of RAM.
Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts index cc5fcf2940bf..78f886c0c077 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts @@ -18,6 +18,17 @@ memory { reg = <0x40000000 0x10000000>; }; + + reserved-memory { + #address-cells = <1>; + #size-cells = <1>; + ranges; + + vga_memory: framebuffer@5f000000 { + no-map; + reg = <0x5f000000 0x01000000>; /* 16M */ + }; + }; }; &uart5 { |