Commit 6a23afbf authored by Jacob Chen's avatar Jacob Chen Committed by Heiko Stuebner

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: default avatarJacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 02b12d6a
...@@ -99,6 +99,11 @@ &gmac { ...@@ -99,6 +99,11 @@ &gmac {
status = "okay"; status = "okay";
}; };
&gpu {
mali-supply = <&vdd_gpu>;
status = "okay";
};
&hdmi { &hdmi {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment