1
0
Fork 0

ARM: dts: mmp3-dell-ariel: Enable the GPU

Enable the 2D (GC300) and the 3D (GC2000) GPUs cores.

Link: https://lore.kernel.org/r/20200718205019.184927-14-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
zero-sugar-mainline-defconfig
Lubomir Rintel 2020-07-18 22:50:19 +02:00 committed by Arnd Bergmann
parent d896b86e09
commit 67598a474f
1 changed files with 8 additions and 0 deletions

View File

@ -114,3 +114,11 @@
cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
status = "okay";
};
&gpu_2d {
status = "okay";
};
&gpu_3d {
status = "okay";
};