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

Commit 96ff2006 authored by Shiju Mathew's avatar Shiju Mathew
Browse files

ARM: dts: msm: Add support for BA on 8096 auto DB



Add platform specific data for bridge abstraction
driver on 8096 auto DB.

CRs-Fixed: 1021381
Change-Id: Ie2640560f5403e914d82f7519e5c8f63a28f06a8
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@

#include "msm8996-pinctrl.dtsi"
#include "apq8096-camera-sensor-dragonboard.dtsi"
#include "apq8096-ba.dtsi"

/ {
	bluetooth: bt_qca6174 {
@@ -682,6 +681,19 @@
		pinctrl-0 = <&quat_tdm_dout_active>;
		pinctrl-1 = <&quat_tdm_dout_sleep>;
	};

	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    */
		};
	};
};

&spmi_bus {