diff options
| author | Shiju Mathew <shijum@codeaurora.org> | 2016-06-15 20:20:31 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-08 22:12:10 -0700 |
| commit | 008cdc0351ab4bd2bccb253ea83fb670ebf14f05 (patch) | |
| tree | c4d76560e1cce439b4ec3f3a58ee7def97d0b4f0 | |
| parent | ed3fd83665022ffd72207c1221f646decdd4b4ed (diff) | |
ARM: dts: msm: Add CVBS input profile on MSM8996 Auto
This is to support CVBS video input via adv7481 device on
MSM8996 Automotive.
CRs-Fixed: 1029211
Change-Id: I15ada5b7d69ad0759f0d4025a575598909548b7a
Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 10 |
1 files changed, 10 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 3fd10013331e..3c9b8e445ff3 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1132,6 +1132,16 @@ qcom,ba-node = <0>; /* ba node */ qcom,user-type = <1>; /* user type */ }; + + qcom,ba-input-profile-1 { + qcom,type = <0>; /* input type */ + qcom,name = "CVBS-0"; /* input name */ + qcom,ba-input = <0>; /* ba input id */ + qcom,ba-output = <0>; /* ba output id */ + qcom,sd-name = "adv7481"; /* sd name */ + qcom,ba-node = <1>; /* ba node */ + qcom,user-type = <1>; /* user type */ + }; }; }; |
