Commit 3584473a authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: enable the gpu on rk3036-kylin boards



Enable the gpu node and add the gpu supply for it.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ec45ee85
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -135,6 +135,11 @@
	status = "okay";
};

&gpu {
	mali-supply = <&vdd_gpu>;
	status = "okay";
};

&hdmi {
	status = "okay";
};