ARM: dts: rockchip: enable the gpu on rk3036-kylin boards
authorHeiko Stuebner <heiko@sntech.de>
Wed, 12 Jul 2017 17:07:24 +0000 (19:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 22 Sep 2017 09:18:02 +0000 (11:18 +0200)
Enable the gpu node and add the gpu supply for it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036-kylin.dts

index fdb1570bc7d3137fcfed7acf2fb970ca4ff1a75a..e2a0f576946f0884bb091d8a2ff6bc71e7b47949 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu>;
+       status = "okay";
+};
+
 &hdmi {
        status = "okay";
 };