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


Groups > linux.kernel > #1634841

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

From Guillaume Tucker <guillaume.tucker@collabora.com>
Newsgroups linux.kernel
Subject [PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly
Date 2017-05-03 12:00 +0200
Message-ID <tCZeF-3tF-5@gated-at.bofh.it> (permalink)
References <tCZeF-3tF-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[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

csiph-web