Commit 67598a47 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann

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.skSigned-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d896b86e
...@@ -114,3 +114,11 @@ &ssp2 { ...@@ -114,3 +114,11 @@ &ssp2 {
cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>; cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
}; };
&gpu_2d {
status = "okay";
};
&gpu_3d {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment