From 2ba3a6ff9105e10d934c645ac4ed0ad80c7a3569 Mon Sep 17 00:00:00 2001 From: Xing Zheng Date: Mon, 11 Jul 2016 19:12:51 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/rk3288-fennec.dts | 9 +++++++++ 1 file changed, 9 insertions(+) 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"; +}; -- 2.34.1