aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2017-07-12 19:07:24 +0200
committerHeiko Stuebner <heiko@sntech.de>2017-09-22 11:18:02 +0200
commit3584473a9441e43699e9f0c70d9f5de385cd3f73 (patch)
tree0a92d02eac57f1d33aea1236222424e26bf89f4c
parentARM: dts: rockchip: add rk3036 gpu node (diff)
downloadlinux-dev-3584473a9441e43699e9f0c70d9f5de385cd3f73.tar.xz
linux-dev-3584473a9441e43699e9f0c70d9f5de385cd3f73.zip
ARM: dts: rockchip: enable the gpu on rk3036-kylin boards
Enable the gpu node and add the gpu supply for it. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rk3036-kylin.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts
index fdb1570bc7d3..e2a0f576946f 100644
--- a/arch/arm/boot/dts/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rk3036-kylin.dts
@@ -135,6 +135,11 @@
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&hdmi {
status = "okay";
};