From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Subject: [PATCH dev-5.0 v2 5/5] ARM: dts: romulus: Enable video engine
Date: Fri, 29 Mar 2019 21:15:43 +0000 [thread overview]
Message-ID: <1553894143-559-6-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1553894143-559-1-git-send-email-eajames@linux.ibm.com>
Enable the video engine and add it's required reserved memory region.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index ee1a460..54427f4 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -42,6 +42,13 @@
compatible = "shared-dma-pool";
reusable;
};
+
+ ve_memory: jpegbuffer {
+ size = <0x04000000>; /* 64M */
+ alignment = <0x01000000>;
+ compatible = "shared-dma-pool";
+ reusable;
+ };
};
leds {
@@ -315,4 +322,9 @@
memory-region = <&gfx_memory>;
};
+&video {
+ status = "okay";
+ memory-region = <&ve_memory>;
+};
+
#include "ibm-power9-dual.dtsi"
--
1.8.3.1
next prev parent reply other threads:[~2019-03-29 21:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 21:15 [PATCH dev-5.0 v2 0/5] Enable video engine Eddie James
2019-03-29 21:15 ` [PATCH dev-5.0 v2 1/5] media: platform: Aspeed: Remove use of reset line Eddie James
2019-03-29 23:54 ` Jae Hyun Yoo
2019-04-01 15:11 ` Eddie James
2019-04-01 17:25 ` Jae Hyun Yoo
2019-04-01 20:11 ` Eddie James
2019-04-01 20:18 ` Milton Miller II
2019-04-01 6:23 ` Joel Stanley
2019-04-01 14:32 ` Eddie James
2019-04-02 1:39 ` Joel Stanley
2019-04-02 2:01 ` Eddie James
2019-03-29 21:15 ` [PATCH dev-5.0 v2 2/5] clk: Aspeed: Setup video engine clocking Eddie James
2019-03-29 22:15 ` Jae Hyun Yoo
2019-03-29 21:15 ` [PATCH dev-5.0 v2 3/5] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-03-29 21:15 ` [PATCH dev-5.0 v2 4/5] ARM: dts: witherspoon: Enable " Eddie James
2019-03-29 21:15 ` Eddie James [this message]
2019-04-01 6:27 ` [PATCH dev-5.0 v2 5/5] ARM: dts: romulus: " Joel Stanley
2019-04-01 15:13 ` Eddie James
2019-04-02 1:40 ` Joel Stanley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1553894143-559-6-git-send-email-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.