Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634840
| From | Guillaume Tucker <guillaume.tucker@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 5/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-veyron |
| Date | 2017-05-03 12:00 +0200 |
| Message-ID | <tCZeF-3tF-1@gated-at.bofh.it> (permalink) |
| References | <tCZeF-3tF-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Add reference to the Mali GPU device tree node on rk3288-veyron.
Tested on Minnie and Jerry boards.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
---
arch/arm/boot/dts/rk3288-veyron.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi
index 5d1eb0a25827..9847d5c6db3b 100644
--- a/arch/arm/boot/dts/rk3288-veyron.dtsi
+++ b/arch/arm/boot/dts/rk3288-veyron.dtsi
@@ -447,6 +447,11 @@
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&wdt {
status = "okay";
};
--
2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v5 5/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-veyron Guillaume Tucker <guillaume.tucker@collabora.com> - 2017-05-03 12:00 +0200
csiph-web