35 lines
859 B
Diff
35 lines
859 B
Diff
From 4b91f1b6cdd50bec47507704c127bbc913aeefe4 Mon Sep 17 00:00:00 2001
|
|
From: Myy <myy@miouyouyou.fr>
|
|
Date: Tue, 18 Jul 2017 02:25:27 +0000
|
|
Subject: [PATCH] Enabling the Mali GPU nodes in the MiQi and Tinkerboard DTS
|
|
files
|
|
|
|
These will be enabled in upcoming arm-soc patches. Meanwhile, they're
|
|
enabled through this patch.
|
|
|
|
Signed-off-by: Myy <myy@miouyouyou.fr>
|
|
---
|
|
arch/arm/boot/dts/rk3288-miqi.dts | 5 +++++
|
|
arch/arm/boot/dts/rk3288-tinker.dts | 5 +++++
|
|
2 files changed, 10 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/rk3288-miqi.dts b/arch/arm/boot/dts/rk3288-miqi.dts
|
|
index c165eec..29b94a0 100644
|
|
--- a/arch/arm/boot/dts/rk3288-miqi.dts
|
|
+++ b/arch/arm/boot/dts/rk3288-miqi.dts
|
|
@@ -150,6 +150,11 @@
|
|
status = "ok";
|
|
};
|
|
|
|
+&gpu {
|
|
+ mali-supply = <&vdd_gpu>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&hdmi {
|
|
ddc-i2c-bus = <&i2c5>;
|
|
status = "okay";
|
|
--
|
|
2.10.2
|
|
|