aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-07-18 22:50:17 +0200
committerArnd Bergmann <arnd@arndb.de>2020-07-22 22:05:20 +0200
commitcbcb5b33df5fbd4ccea91cb4e767e74dcdd13ad0 (patch)
tree124c57ad8ba0c098be4ee026fea8172a39a449e6
parentARM: dts: mmp2: Add the GPU (diff)
downloadlinux-dev-cbcb5b33df5fbd4ccea91cb4e767e74dcdd13ad0.tar.xz
linux-dev-cbcb5b33df5fbd4ccea91cb4e767e74dcdd13ad0.zip
ARM: dts: mmp2-olpc-xo-1-75: Enable the GPU
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>
-rw-r--r--arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 5f1da5855098..f1a41152e9dd 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -272,3 +272,7 @@
};
};
};
+
+&gpu {
+ status = "okay";
+};