ARM: dts: msm: Add bus scaling for venus PIL for MSMCOBALT
Add bus scaling support for venus PIL for MSMCOBALT. Also reduce proxy-timeout value so that video can start playing sooner. CRs-Fixed: 1063752 Change-Id: Icb72c488c30ee7c2414409b93fd40f3862b11f77 Signed-off-by: Puja Gupta <pujag@codeaurora.org>
This commit is contained in:
parent
c6855ffd7f
commit
d672fbc329
1 changed files with 6 additions and 1 deletions
|
@ -2575,7 +2575,12 @@
|
|||
"iface_clk", "noc_axi_clk", "bus_clk", "maxi_clk";
|
||||
|
||||
qcom,pas-id = <9>;
|
||||
qcom,proxy-timeout-ms = <10000>;
|
||||
qcom,msm-bus,num-cases = <2>;
|
||||
qcom,msm-bus,num-paths = <1>;
|
||||
qcom,msm-bus,vectors-KBps =
|
||||
<63 512 0 0>,
|
||||
<63 512 0 304000>;
|
||||
qcom,proxy-timeout-ms = <100>;
|
||||
qcom,firmware-name = "venus";
|
||||
memory-region = <&pil_video_mem>;
|
||||
status = "ok";
|
||||
|
|
Loading…
Add table
Reference in a new issue