ARM: dts: rockchip: turn the gpu and vpu on for rk3288 fennec
authorXing Zheng <zhengxing@rock-chips.com>
Mon, 11 Jul 2016 11:12:51 +0000 (19:12 +0800)
committerXing Zheng <zhengxing@rock-chips.com>
Mon, 11 Jul 2016 11:12:51 +0000 (19:12 +0800)
Because there are not the gpu and vpu dts nodes in the rk3288-dtsi
on the upstream, and we need to these feature for Rockchip Release
Platform. Let's support them.

Change-Id: I890aeb139476dca26f760db4603bf63a55aa4084
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
arch/arm/boot/dts/rk3288-fennec.dts

index 2e3c34135ed8fe25342f36a71c0426b3ee7acbaf..c06d812169697f69a13ce3aa09501130b3d9bfd1 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu>;
+       status = "okay";
+};
+
 &hdmi {
        status = "okay";
 };
 &vopl_mmu {
        status = "okay";
 };
+
+&vpu {
+       status = "okay";
+};