linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: fast models: Fix FVP video RAM size
@ 2020-04-21 23:14 Peter Collingbourne
  2020-04-23 23:30 ` Peter Collingbourne
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Collingbourne @ 2020-04-21 23:14 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Will Deacon, Kevin Brodsky, Peter Collingbourne, Linux ARM

According to the Fast Models Reference Manual, FVP has 32MB of video
RAM starting at physical address 0x18000000, but the DTS only declares
8MB. Fix that.

Signed-off-by: Peter Collingbourne <pcc@google.com>
---
 arch/arm64/boot/dts/arm/fvp-base-revc.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/arm/fvp-base-revc.dts b/arch/arm64/boot/dts/arm/fvp-base-revc.dts
index 66381d89c1ce..72c018188c40 100644
--- a/arch/arm64/boot/dts/arm/fvp-base-revc.dts
+++ b/arch/arm64/boot/dts/arm/fvp-base-revc.dts
@@ -105,9 +105,9 @@ reserved-memory {
 
 		/* Chipselect 2,00000000 is physically at 0x18000000 */
 		vram: vram@18000000 {
-			/* 8 MB of designated video RAM */
+			/* 32 MB of designated video RAM */
 			compatible = "shared-dma-pool";
-			reg = <0x00000000 0x18000000 0 0x00800000>;
+			reg = <0x00000000 0x18000000 0 0x02000000>;
 			no-map;
 		};
 	};
-- 
2.26.1.301.g55bc3eb7cb9-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-28 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-21 23:14 [PATCH] arm64: dts: fast models: Fix FVP video RAM size Peter Collingbourne
2020-04-23 23:30 ` Peter Collingbourne
2020-04-23 23:49   ` [PATCH] arm64: dts: fast models: Switch to dynamically allocated VRAM Peter Collingbourne
2020-04-24 13:20     ` Sudeep Holla
2020-04-28 13:06   ` [PATCH] arm64: dts: fast models: Fix FVP video RAM size Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).