diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-15 06:11:34 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-15 06:11:34 -0800 |
| commit | 6078b8e5891055d908b5a8dac1c7d6eeca210b9a (patch) | |
| tree | 39c036c5f484df981457bd04a532298dbe38a98a | |
| parent | 052718bb43061371447d22b0dda4b9796ee408e5 (diff) | |
| parent | 399804a90edfd86ac2da1d04a5f7d6045cc61f9c (diff) | |
Merge "ARM: dts: msm: limit the maximum PCLK supported for DP on SDM660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660-mdss.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660-mdss.dtsi b/arch/arm/boot/dts/qcom/sdm660-mdss.dtsi index ec79dd63e4d2..32ffde6eca24 100644 --- a/arch/arm/boot/dts/qcom/sdm660-mdss.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660-mdss.dtsi @@ -494,7 +494,7 @@ qcom,aux-cfg-settings = [00 13 00 00 0a 28 0a 03 b7 03]; qcom,logical2physical-lane-map = [00 01 02 03]; qcom,phy-register-offset = <0x4>; - qcom,max-pclk-frequency-khz = <593470>; + qcom,max-pclk-frequency-khz = <300000>; qcom,core-supply-entries { #address-cells = <1>; |
