OSDN Git Service

ARM: dts: mmp2-olpc-xo-1-75: Enable the GPU
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 18 Jul 2020 20:50:17 +0000 (22:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Jul 2020 20:05:20 +0000 (22:05 +0200)
Enable the 3D + 2D (GC860) GPU core.

Link: https://lore.kernel.org/r/20200718205019.184927-12-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts

index 5f1da58..f1a4115 100644 (file)
                };
        };
 };
+
+&gpu {
+       status = "okay";
+};