Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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 Original line Diff line number Diff line
@@ -135,6 +135,11 @@
	status = "okay";
	status = "okay";
};
};


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

&hdmi {
&hdmi {
	status = "okay";
	status = "okay";
};
};