Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1630494
| From | Guillaume Tucker <guillaume.tucker@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly |
| Date | 2017-04-25 15:20 +0200 |
| Message-ID | <tA8xP-5bb-17@gated-at.bofh.it> (permalink) |
| References | <tA8xP-5bb-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
[PATCH v4 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly Guillaume Tucker <guillaume.tucker@collabora.com> - 2017-04-25 15:20 +0200
csiph-web