From: Xing Zheng Date: Mon, 11 Jul 2016 11:12:51 +0000 (+0800) Subject: ARM: dts: rockchip: turn the gpu and vpu on for rk3288 fennec X-Git-Tag: firefly_0821_release~2178 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2ba3a6ff9105e10d934c645ac4ed0ad80c7a3569;p=firefly-linux-kernel-4.4.55.git ARM: dts: rockchip: turn the gpu and vpu on for rk3288 fennec 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 --- diff --git a/arch/arm/boot/dts/rk3288-fennec.dts b/arch/arm/boot/dts/rk3288-fennec.dts index 2e3c34135ed8..c06d81216969 100644 --- a/arch/arm/boot/dts/rk3288-fennec.dts +++ b/arch/arm/boot/dts/rk3288-fennec.dts @@ -99,6 +99,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &hdmi { status = "okay"; }; @@ -380,3 +385,7 @@ &vopl_mmu { status = "okay"; }; + +&vpu { + status = "okay"; +};