From af803bcd663024d167429cfbc98edbc94a6cbb37 Mon Sep 17 00:00:00 2001 From: Kasin Li Date: Thu, 15 Jun 2017 16:50:01 +0800 Subject: [PATCH] ARM: dts: msm: override initial pwrlevel for MSM8996ProAU Current DRM driver set GPU clock rate with initial pwrlevel and use it all the time. This value is too low and couldn't cover many computing tasks. Change to a higher value for automotive system. Change-Id: I348f187bfb8c0c2a3936a132bc0142fd5553226c Signed-off-by: Kasin Li --- arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi index 48d544e18889..15295639e361 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi @@ -459,3 +459,12 @@ < 0 0 >, < 315000000 4 >; }; + +/* GPU overrides for auto */ +&msm_gpu { + qcom,gpu-pwrlevel-bins { + qcom,gpu-pwrlevels-0 { + qcom,initial-pwrlevel = <1>; + }; + }; +};