diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-30 15:31:38 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-30 15:31:38 -0700 |
| commit | e7e5fdf6005c15b3af512a149cedddcc9aa6b407 (patch) | |
| tree | 243cdf92a18dde9499f4d3d7017964989e1538c6 /arch/arm | |
| parent | 8bbbda45fb073225e9725fabd5f02c625d0f7997 (diff) | |
| parent | dd9b926b63b6f953a944f82bc3876a3b1475ef73 (diff) | |
Merge "ARM: dts: msm: Update QoS priority for pimem bus master for sdm660"
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660-bus.dtsi | 6 |
1 files 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 = <ICBID_MASTER_PIMEM>; }; |
