diff mbox series

[v2,13/13] ARM: dts: mmp3-dell-ariel: Enable the GPU

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

Commit Message

Lubomir Rintel July 18, 2020, 8:50 p.m. UTC
Enable the 2D (GC300) and the 3D (GC2000) GPUs cores.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

---
Changes since v1:
- s/GC200/GC2000/ in patch description (pointed out by Pavel Machek)

 arch/arm/boot/dts/mmp3-dell-ariel.dts | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index b0ec14c421641..fe3b1cd695eeb 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -114,3 +114,11 @@  &ssp2 {
 	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
 	status = "okay";
 };
+
+&gpu_2d {
+	status = "okay";
+};
+
+&gpu_3d {
+	status = "okay";
+};