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>
This commit is contained in:
Heiko Stuebner 2017-07-12 19:07:24 +02:00
parent ec45ee8569
commit 3584473a94

View File

@ -135,6 +135,11 @@
status = "okay";
};
&gpu {
mali-supply = <&vdd_gpu>;
status = "okay";
};
&hdmi {
status = "okay";
};