diff options
author | Shiju Mathew <shijum@codeaurora.org> | 2016-04-13 14:51:17 -0400 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-08 22:11:57 -0700 |
commit | e6bbd528e04c09dd895754c2a6ba3687a82145e9 (patch) | |
tree | 6c7863fee868862d514a193ab0fae23a7f8a0c0d /arch/arm | |
parent | b18d2fcecdc1c188e01ea29e00791966824ec9e4 (diff) |
ARM: dts: msm: Add support for BA on MSM8996 auto
Add platform specific data for bridge abstraction
driver on MSM8996 auto.
CRs-Fixed: 998927
Change-Id: Ib354ce35acc69d0d636c68b29a9d59956f8ff55b
Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index 79f0b4482f9e..6729b53e193f 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1110,6 +1110,19 @@ <&pm8994_gpios 6 0>, /* INT2 */ <&pm8994_gpios 7 0>; /* INT3 */ }; + + qcom,msm-ba { + compatible = "qcom,msm-ba"; + qcom,ba-input-profile-0 { + qcom,type = <4>; /* input type */ + qcom,name = "HDMI-1"; /* input name */ + qcom,ba-input = <13>; /* ba input id */ + qcom,ba-output = <0>; /* ba output id */ + qcom,sd-name = "adv7481"; /* sd name */ + qcom,ba-node = <0>; /* ba node */ + qcom,user-type = <1>; /* user type */ + }; + }; }; &pm8994_gpios { |