All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.2] ARM: dts: aspeed: swift: Enable video engine and USB hub devices
@ 2019-07-12 15:35 Eddie James
  2019-07-15  2:26 ` Andrew Jeffery
  0 siblings, 1 reply; 2+ messages in thread
From: Eddie James @ 2019-07-12 15:35 UTC (permalink / raw)
  To: openbmc; +Cc: joel, Eddie James

These devices are necessary for IpKVM to function, so enable them on
Swift.

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

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
index caac895..bdf3fb9 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
@@ -33,6 +33,13 @@
 			compatible = "shared-dma-pool";
 			reusable;
 		};
+
+		video_engine_memory: jpegbuffer {
+			size = <0x02000000>;	/* 32MM */
+			alignment = <0x01000000>;
+			compatible = "shared-dma-pool";
+			reusable;
+		};
 	};
 
 	gpio-keys {
@@ -963,4 +970,13 @@
 	status = "okay";
 };
 
+&vhub {
+	status = "okay";
+};
+
+&video {
+	status = "okay";
+	memory-region = <&video_engine_memory>;
+};
+
 #include "ibm-power9-dual.dtsi"
-- 
1.8.3.1

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

end of thread, other threads:[~2019-07-15  2:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-12 15:35 [PATCH linux dev-5.2] ARM: dts: aspeed: swift: Enable video engine and USB hub devices Eddie James
2019-07-15  2:26 ` Andrew Jeffery

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.