Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 602a8edb authored by Shiju Mathew's avatar Shiju Mathew
Browse files

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: default avatarShiju Mathew <shijum@codeaurora.org>
parent be445b6e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -984,6 +984,15 @@
			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    */
		};
	};
};