From dd9b926b63b6f953a944f82bc3876a3b1475ef73 Mon Sep 17 00:00:00 2001 From: Odelu Kukatla Date: Thu, 23 Mar 2017 10:13:09 +0530 Subject: [PATCH] ARM: dts: msm: Update QoS priority for pimem bus master for sdm660 pimem bus master is starving for data from ddr and time out is observed with QoS priority set to 0, so increase the QoS priority for pimem bus master to 1. Change-Id: Ie90d0a41953e03d8cba9843fd8fb4f7dc511a62d Signed-off-by: Odelu Kukatla --- arch/arm/boot/dts/qcom/sdm660-bus.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/qcom/sdm660-bus.dtsi b/arch/arm/boot/dts/qcom/sdm660-bus.dtsi index d555da4cbd08..6c956fc9b9d2 100644 --- a/arch/arm/boot/dts/qcom/sdm660-bus.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660-bus.dtsi @@ -324,9 +324,9 @@ qcom,qport = <4>; qcom,qos-mode = "fixed"; qcom,connections = <&slv_hmss_l3 &slv_ebi>; - qcom,prio-lvl = <0>; - qcom,prio-rd = <0>; - qcom,prio-wr = <0>; + qcom,prio-lvl = <1>; + qcom,prio-rd = <1>; + qcom,prio-wr = <1>; qcom,bus-dev = <&fab_bimc>; qcom,mas-rpm-id = ; }; -- 2.11.0