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

Commit 652ccc39 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

ARM: dts: msm: Add G-Link BGCOM transport device for APQ8909



G-Link BGCOM transport is used to communicate with the external BG.
Add G-Link BGCOM transport device to support that configuration.

CRs-Fixed: 2041295
Change-Id: Iff356c41f1f12f2191a838a7b444b1400d9e466e
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent f4903509
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -63,6 +63,26 @@
	qcom,msm-ssc-sensors {
		compatible = "qcom,msm-ssc-sensors";
	};

	qcom,glink-bgcom-xprt-bg {
		compatible = "qcom,glink-bgcom-xprt";
		label = "bg";
		qcom,qos-config = <&glink_qos_bg>;
		qcom,ramp-time = <0x10>,
				     <0x20>,
				     <0x30>,
				     <0x40>;
	};

	glink_qos_bg: qcom,glink-qos-config-bg {
		compatible = "qcom,glink-qos-config";
		qcom,flow-info = <0x80 0x0>,
				 <0x70 0x1>,
				 <0x60 0x2>,
				 <0x50 0x3>;
		qcom,mtu-size = <0x800>;
		qcom,tput-stats-cycle = <0xa>;
	};
};

&i2c_1 {
+20 −0
Original line number Diff line number Diff line
@@ -75,6 +75,26 @@
	qcom,msm-ssc-sensors {
		compatible = "qcom,msm-ssc-sensors";
	};

	qcom,glink-bgcom-xprt-bg {
		compatible = "qcom,glink-bgcom-xprt";
		label = "bg";
		qcom,qos-config = <&glink_qos_bg>;
		qcom,ramp-time = <0x10>,
				     <0x20>,
				     <0x30>,
				     <0x40>;
	};

	glink_qos_bg: qcom,glink-qos-config-bg {
		compatible = "qcom,glink-qos-config";
		qcom,flow-info = <0x80 0x0>,
				 <0x70 0x1>,
				 <0x60 0x2>,
				 <0x50 0x3>;
		qcom,mtu-size = <0x800>;
		qcom,tput-stats-cycle = <0xa>;
	};
};

&i2c_1 {