diff options
| author | Ingrid Gallardo <ingridg@codeaurora.org> | 2016-12-22 10:59:12 -0800 |
|---|---|---|
| committer | Ingrid Gallardo <ingridg@codeaurora.org> | 2017-01-30 11:30:56 -0800 |
| commit | 6b94a84a126dcea409ac3b618ae91167bd6ea38a (patch) | |
| tree | 18e8dd71af6117c8657b0a72a994abb67cbde366 | |
| parent | 24377df2b44eb5d8b11571be6fb18fbc9c24b600 (diff) | |
ARM: dts: msm: correct mdp settings of dma pipes for msm8998
This change fixes the hw clock control configuration
in the mdp for some of the dma pipes that were missing
to have the correct settings for msm8998.
Change-Id: Id520e60ae016a37a47ba8d1b36cbf64cde0e7e84
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998-mdss.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-mdss.dtsi b/arch/arm/boot/dts/qcom/msm8998-mdss.dtsi index 845c96eb5ef4..0f4ccbf16fd1 100644 --- a/arch/arm/boot/dts/qcom/msm8998-mdss.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998-mdss.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -126,7 +126,7 @@ <0x012ac 0xc0000ccc>, <0x012b4 0xc0000ccc>, <0x012bc 0x00cccccc>, - <0x012c4 0x000000cc>, + <0x012c4 0x0000cccc>, <0x013a8 0x0cccc0c0>, <0x013b0 0xccccc0c0>, <0x013b8 0xcccc0000>, |
