All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Subject: [PATCH dev-5.0 5/7] ARM: dts: witherspoon: Enable video engine
Date: Thu, 21 Mar 2019 14:30:08 -0500	[thread overview]
Message-ID: <1553196610-29595-6-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1553196610-29595-1-git-send-email-eajames@linux.ibm.com>

Enable the video engine and set it's required memory-region property.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index b933ced..9da8ffa 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -28,7 +28,7 @@
 		};
 
 		gfx_memory: framebuffer {
-			size = <0x01000000>;
+			size = <0x04000000>;
 			alignment = <0x01000000>;
 			compatible = "shared-dma-pool";
 			reusable;
@@ -660,4 +660,9 @@
 	status = "okay";
 };
 
+&video {
+	status = "okay";
+	memory-region = <&gfx_memory>;
+};
+
 #include "ibm-power9-dual.dtsi"
-- 
1.8.3.1

  parent reply	other threads:[~2019-03-21 19:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-21 19:30 [PATCH dev-5.0 0/7] Enable video engine Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 1/7] media: platform: Fix missing spin_lock_init() Eddie James
2019-03-27  6:04   ` Joel Stanley
2019-03-21 19:30 ` [PATCH dev-5.0 2/7] clk: aspeed: Add video engine reset index definition Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 3/7] clk: aspeed: Setup video engine clocking Eddie James
2019-03-27  6:09   ` Joel Stanley
2019-03-27 15:02     ` Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 4/7] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-03-21 19:30 ` Eddie James [this message]
2019-03-21 19:30 ` [PATCH dev-5.0 6/7] ARM: dts: witherspoon: Enable vhub Eddie James
2019-03-27  6:14   ` Joel Stanley
2019-03-21 19:30 ` [PATCH dev-5.0 7/7] ARM: dts: romulus: Enable video engine Eddie James
2019-03-27  6:11   ` Joel Stanley
2019-03-27 15:07     ` Eddie James
2019-03-28  0:00       ` Andrew Jeffery

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=1553196610-29595-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.