ARM: dts: rockchip: enable ARM Mali GPU on rk3288-fennec

Add reference to the Mali GPU device tree node on rk3288-fennec
Tested on Fennec board.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jacob Chen 2017-07-01 10:02:45 +08:00 committed by Heiko Stuebner
parent 02b12d6adc
commit 6a23afbf0d

View File

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