diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-27 10:52:09 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-27 10:52:08 -0700 |
| commit | a65236bef0e1644e87d3f57bdee80e35a3ba1865 (patch) | |
| tree | 920fc75ef037491a7d23410b07df4a9608b9ca40 /arch/arm | |
| parent | 0c58585895110a6e8e5d9eb29aa2c6a12c14ef26 (diff) | |
| parent | 1b6484cec304f524ad125a44f31f6ee3610b354f (diff) | |
Merge "ARM: dts: msm: update AUX channel configurations for SDM630"
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-mdss.dtsi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi b/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi index 49e4fd7e5ba7..d7fef426d4b6 100644 --- a/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi @@ -441,7 +441,16 @@ qcom,msm_ext_disp = <&msm_ext_disp>; - qcom,aux-cfg-settings = [00 13 00 00 0a 28 0a 03 b7 03]; + qcom,aux-cfg0-settings = [20 00]; + qcom,aux-cfg1-settings = [24 13 23 1d]; + qcom,aux-cfg2-settings = [28 00]; + qcom,aux-cfg3-settings = [2c 00]; + qcom,aux-cfg4-settings = [30 0a]; + qcom,aux-cfg5-settings = [34 28]; + qcom,aux-cfg6-settings = [38 0a]; + qcom,aux-cfg7-settings = [3c 03]; + qcom,aux-cfg8-settings = [40 b7]; + qcom,aux-cfg9-settings = [44 03]; qcom,logical2physical-lane-map = [00 01 02 03]; qcom,phy-register-offset = <0x4>; qcom,max-pclk-frequency-khz = <150000>; |
