diff options
| author | Shiju Mathew <shijum@codeaurora.org> | 2017-05-26 18:11:08 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-08 02:02:43 -0700 |
| commit | d07f591ef0d1fee64bf74113557d1f9190895ba9 (patch) | |
| tree | d533204a53cadd4cee3f5aa8b262ca1a04b86870 | |
| parent | 8efb4552d1830d0b6a836949fd105a6a7548d1d0 (diff) | |
ARM: dts: msm: Add clock config entry to vmem device on MSM8996
Add vmem clock config entries to msm8996 vmem device to fix
vmem probe failure. This will allow venus to use vmem that will
improve video usecase performance.
CRs-Fixed: 2044371
Change-Id: Id7f2797b12d93ef6d4a55cf50babdd25214747ee
Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-vidc.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-vidc.dtsi b/arch/arm/boot/dts/qcom/msm8996-vidc.dtsi index 5ac31e3dd0cb..21aa1db446e2 100644 --- a/arch/arm/boot/dts/qcom/msm8996-vidc.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-vidc.dtsi @@ -226,6 +226,7 @@ clocks = <&clock_mmss clk_vmem_ahb_clk>, <&clock_mmss clk_vmem_maxi_clk>; clock-names = "ahb", "maxi"; + clock-config = <0x0 0x0 0x0 0x1>; qcom,msm-bus,name = "vmem"; qcom,msm-bus,num-cases = <2>; |
