ARM: dts: rockchip: enable the gpu on rk3036-kylin boards
From: Heiko Stuebner <heiko@...> Date: Wed, 12 Jul 2017 19:07:24 +0200
Commit-Message
Enable the gpu node and add the gpu supply for it. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk3036-kylin.dts | 5 +++++ 1 file changed, 5 insertions(+)
Statistics
- 5 lines added
- 0 lines removed
Changes
---------------------- arch/arm/boot/dts/rk3036-kylin.dts ----------------------
index fdb1570bc7d3..e2a0f576946f 100644
@@ -135,6 +135,11 @@
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&hdmi {
status = "okay";
};