Commit 8dc7aa0a authored by Joel Stanley's avatar Joel Stanley

ARM: dts: aspeed: ast2600-evb: Enable GFX device

Enable the GFX device with a framebuffer memory region.
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarTommy Haung <tommy_huang@aspeedtech.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220302024930.18758-3-tommy_huang@aspeedtech.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 4fa40bfa
...@@ -34,6 +34,13 @@ video_engine_memory: video { ...@@ -34,6 +34,13 @@ video_engine_memory: video {
compatible = "shared-dma-pool"; compatible = "shared-dma-pool";
reusable; reusable;
}; };
gfx_memory: framebuffer {
size = <0x01000000>;
alignment = <0x01000000>;
compatible = "shared-dma-pool";
reusable;
};
}; };
vcc_sdhci0: regulator-vcc-sdhci0 { vcc_sdhci0: regulator-vcc-sdhci0 {
...@@ -323,3 +330,8 @@ &video { ...@@ -323,3 +330,8 @@ &video {
status = "okay"; status = "okay";
memory-region = <&video_engine_memory>; memory-region = <&video_engine_memory>;
}; };
&gfx {
status = "okay";
memory-region = <&gfx_memory>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment