Skip to content

Commit 67598a4

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp3-dell-ariel: Enable the GPU
Enable the 2D (GC300) and the 3D (GC2000) GPUs cores. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d896b86 commit 67598a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/mmp3-dell-ariel.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,11 @@
114114
cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
115115
status = "okay";
116116
};
117+
118+
&gpu_2d {
119+
status = "okay";
120+
};
121+
122+
&gpu_3d {
123+
status = "okay";
124+
};

0 commit comments

Comments
 (0)