[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201022014731.2035438-5-andrew@aj.id.au>
Date: Thu, 22 Oct 2020 12:17:29 +1030
From: Andrew Jeffery <andrew@...id.au>
To: joel@....id.au
Cc: robh+dt@...nel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 4/6] ARM: dts: rainier,tacoma: Comment reserved memory regions
There are some nuances to their address and size, so lets try document
that a bit better to reveal the hole between the reserved memory for the
LPC FW cycle bridge and the reserved memory for the VGA device.
Signed-off-by: Andrew Jeffery <andrew@...id.au>
---
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 4 ++++
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 136ff156a512..802027a3c43c 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -47,11 +47,15 @@ reserved-memory {
#size-cells = <1>;
ranges;
+ /* LPC FW cycle bridge region requires natural alignment */
flash_memory: region@...00000 {
no-map;
reg = <0xB8000000 0x04000000>; /* 64M */
};
+ /* 48MB region from the end of flash to start of vga memory */
+
+ /* VGA region is dictated by hardware strapping */
vga_memory: region@...00000 {
no-map;
compatible = "shared-dma-pool";
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 52f5876c08cf..09b561429579 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -26,11 +26,15 @@ reserved-memory {
#size-cells = <1>;
ranges;
+ /* LPC FW cycle bridge region requires natural alignment */
flash_memory: region@...00000 {
no-map;
reg = <0xb8000000 0x04000000>; /* 64M */
};
+ /* 48MB region from the end of flash to start of vga memory */
+
+ /* VGA region is dictated by hardware strapping */
vga_memory: region@...00000 {
no-map;
compatible = "shared-dma-pool";
--
2.25.1
Powered by blists - more mailing lists