diff mbox series

[v2,11/13] ARM: dts: mmp2-olpc-xo-1-75: Enable the GPU

Message ID 20200718205019.184927-12-lkundrak@v3.sk (mailing list archive)
State Mainlined
Commit cbcb5b33df5fbd4ccea91cb4e767e74dcdd13ad0
Headers show
Series MMP DTS updates for 5.9 | expand

Commit Message

Lubomir Rintel July 18, 2020, 8:50 p.m. UTC
Enable the 3D + 2D (GC860) GPU core.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 5f1da58550987..f1a41152e9dd7 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -272,3 +272,7 @@  sspa0_0: endpoint {
 		};
 	};
 };
+
+&gpu {
+	status = "okay";
+};