[PATCH dev-5.0 5/7] ARM: dts: witherspoon: Enable video engine
Eddie James
eajames at linux.ibm.com
Fri Mar 22 06:30:08 AEDT 2019
Enable the video engine and set it's required memory-region property.
Signed-off-by: Eddie James <eajames at 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
More information about the openbmc
mailing list