From 86b1b75f479ac8e3f66e3b2c4572288b9f51173d Mon Sep 17 00:00:00 2001 From: Camus Wong Date: Tue, 12 Jun 2018 16:04:30 -0400 Subject: [PATCH] ARM: dts: msm: Enable Control Path and mixer preference on msm8996 Add dtsi entries for display control path and mixer destination display preference. The possible input are "primary", "secondary", "tertiary", "none". For example, when user set ctrl path 1 preference to "primary" and mixer1 preference to "primary". SDE RM will let primary display to use ctrl path 1 and mixer 1. Change-Id: Ie7f0cb122552a3d8b7406a8d1fcbcb184c67a073 Signed-off-by: Camus Wong --- arch/arm/boot/dts/qcom/msm8996-sde.dtsi | 4 ++++ 1 file changed, 4 insertions(+) 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>;