summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-03-02 10:49:27 +0800
committerJoel Stanley <joel@jms.id.au>2022-05-19 17:18:56 +0930
commit8dc7aa0a7246ad0f718d91d09b4d48460508627b (patch)
tree12f51c864eaba1f9518270d22045df4b45af7103 /arch/arm
parent4fa40bfa255df35f8ea5e4e03d05a8e8b221a117 (diff)
downloadlinux-stable-8dc7aa0a7246ad0f718d91d09b4d48460508627b.tar.gz
linux-stable-8dc7aa0a7246ad0f718d91d09b4d48460508627b.tar.bz2
linux-stable-8dc7aa0a7246ad0f718d91d09b4d48460508627b.zip
ARM: dts: aspeed: ast2600-evb: Enable GFX device
Enable the GFX device with a framebuffer memory region. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Tommy Haung <tommy_huang@aspeedtech.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20220302024930.18758-3-tommy_huang@aspeedtech.com Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/aspeed-ast2600-evb.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index 55b1d3a81700..5a6063bd4508 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@ -34,6 +34,13 @@
compatible = "shared-dma-pool";
reusable;
};
+
+ gfx_memory: framebuffer {
+ size = <0x01000000>;
+ alignment = <0x01000000>;
+ compatible = "shared-dma-pool";
+ reusable;
+ };
};
vcc_sdhci0: regulator-vcc-sdhci0 {
@@ -323,3 +330,8 @@
status = "okay";
memory-region = <&video_engine_memory>;
};
+
+&gfx {
+ status = "okay";
+ memory-region = <&gfx_memory>;
+};