From 4eb08908fc2c3397ea2cda972dcab2e83c098e9e Mon Sep 17 00:00:00 2001 From: Praneeth Paladugu Date: Tue, 26 Jul 2016 15:46:25 -0700 Subject: [PATCH] ARM: dts: msm: Fix QOS settings for Venus on msmcobalt QOS values are programmed wrongly for msmcobalt. This can affect Venus performance. This change fixes the same. CRs-Fixed: 1046678 Change-Id: I6d474c2279422abe63ad625f35809fe156e8c465 Signed-off-by: Praneeth Paladugu --- arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi index 8311d21a262c..0860139248d1 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi @@ -27,13 +27,13 @@ qcom,sw-power-collapse; qcom,debug-timeout; qcom,reg-presets = - <0x80124 0x0002000>, - <0x80550 0x0000001>, - <0x80560 0x2222221>, - <0x80568 0x3333331>, - <0x80570 0x0000001>, - <0x80580 0x2222221>, - <0x80588 0x3333331>; + <0x80124 0x00000003>, + <0x80550 0x01111111>, + <0x80560 0x01111111>, + <0x80568 0x01111111>, + <0x80570 0x01111111>, + <0x80580 0x01111111>, + <0x80588 0x01111111>; qcom,imem-size = <524288>; /* 512 kB */ qcom,max-hw-load = <2563200>; /* Full 4k @ 60 + 1080p @ 60 */