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

Commit a27695f7 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

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



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: I51b062995fa4066caf347df9d96e7c3b7aeae475
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 6e139e34
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -65,6 +65,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
@@ -77,6 +77,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 {