diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-06-23 05:19:48 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-23 05:19:48 -0700 |
| commit | 54c090b1ed1e63104be1f57dfbad08eaa2845fbd (patch) | |
| tree | 2e8e638a27b7f6542dd1238b431203534809c0ee | |
| parent | 7b1f90835b7f3477538dc2990891873b7d2a04be (diff) | |
| parent | 86b1b75f479ac8e3f66e3b2c4572288b9f51173d (diff) | |
Merge "ARM: dts: msm: Enable Control Path and mixer preference on msm8996"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-sde.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-sde.dtsi b/arch/arm/boot/dts/qcom/msm8996-sde.dtsi index 661f0ebfd8fa..ea7c77e4b0a2 100644 --- a/arch/arm/boot/dts/qcom/msm8996-sde.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-sde.dtsi @@ -59,8 +59,12 @@ qcom,sde-off = <0x1000>; qcom,sde-ctl-off = <0x2000 0x2200 0x2400 0x2600 0x2800>; + qcom,sde-ctl-display-pref = "primary", "secondary", "none", + "none", "none"; qcom,sde-mixer-off = <0x45000 0x46000 0x47000 0x48000 0x49000 0x4a000>; + qcom,sde-mixer-display-pref = "primary", "secondary", "none", + "none", "none"; qcom,sde-dspp-off = <0x55000 0x57000>; qcom,sde-dspp-ad-off = <0x24000 0x22800>; qcom,sde-dspp-ad-version = <0x00030000>; |
