projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d896b86
)
ARM: dts: mmp3-dell-ariel: Enable the GPU
author
Lubomir Rintel
<lkundrak@v3.sk>
Sat, 18 Jul 2020 20:50:19 +0000
(22:50 +0200)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mmp3-dell-ariel.dts
b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index
b0ec14c
..
fe3b1cd
100644
(file)
--- a/
arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/
arch/arm/boot/dts/mmp3-dell-ariel.dts
@@
-114,3
+114,11
@@
cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
status = "okay";
};
+
+&gpu_2d {
+ status = "okay";
+};
+
+&gpu_3d {
+ status = "okay";
+};