Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634841 > unrolled thread

[PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly

Started byGuillaume Tucker <guillaume.tucker@collabora.com>
First post2017-05-03 12:00 +0200
Last post2017-05-03 12:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly Guillaume Tucker <guillaume.tucker@collabora.com> - 2017-05-03 12:00 +0200

#1634841 — [PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly

FromGuillaume Tucker <guillaume.tucker@collabora.com>
Date2017-05-03 12:00 +0200
Subject[PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly
Message-ID<tCZeF-3tF-5@gated-at.bofh.it>
Add reference to the Mali GPU device tree node on rk3288-firefly.
Tested on Firefly board.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
---
 arch/arm/boot/dts/rk3288-firefly.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi
index 10793ac18599..f520589493b4 100644
--- a/arch/arm/boot/dts/rk3288-firefly.dtsi
+++ b/arch/arm/boot/dts/rk3288-firefly.dtsi
@@ -594,3 +594,8 @@
 &wdt {
 	status = "okay";
 };
+
+&gpu {
+	mali-supply = <&vdd_gpu>;
+	status = "okay";
+};
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web