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 <okukatla@codeaurora.org>
This commit is contained in:
parent
4166896b94
commit
dd9b926b63
1 changed files with 3 additions and 3 deletions
|
@ -324,9 +324,9 @@
|
||||||
qcom,qport = <4>;
|
qcom,qport = <4>;
|
||||||
qcom,qos-mode = "fixed";
|
qcom,qos-mode = "fixed";
|
||||||
qcom,connections = <&slv_hmss_l3 &slv_ebi>;
|
qcom,connections = <&slv_hmss_l3 &slv_ebi>;
|
||||||
qcom,prio-lvl = <0>;
|
qcom,prio-lvl = <1>;
|
||||||
qcom,prio-rd = <0>;
|
qcom,prio-rd = <1>;
|
||||||
qcom,prio-wr = <0>;
|
qcom,prio-wr = <1>;
|
||||||
qcom,bus-dev = <&fab_bimc>;
|
qcom,bus-dev = <&fab_bimc>;
|
||||||
qcom,mas-rpm-id = <ICBID_MASTER_PIMEM>;
|
qcom,mas-rpm-id = <ICBID_MASTER_PIMEM>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue