OSDN Git Service

ARM: dts: mmp3-dell-ariel: Enable the GPU
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 18 Jul 2020 20:50:19 +0000 (22:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Jul 2020 20:05:25 +0000 (22:05 +0200)
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>
arch/arm/boot/dts/mmp3-dell-ariel.dts

index b0ec14c..fe3b1cd 100644 (file)
        cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
+
+&gpu_2d {
+       status = "okay";
+};
+
+&gpu_3d {
+       status = "okay";
+};