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

Commit 012260ef authored by Sreelakshmi Gownipalli's avatar Sreelakshmi Gownipalli Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change glink intent size for diag



Change glink intent request size for the diag channels from
1k to 16k.

Change-Id: Iccb85166f134d111c9c4a955fb45492ccb47f3cb
Signed-off-by: default avatarSreelakshmi Gownipalli <sgownipa@codeaurora.org>
parent 4164fb8e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2815,6 +2815,21 @@
				qcom,glink-channels = "g_glink_audio_data";
				qcom,intents = <0x1000 2>;
			};

			qcom,diag_data {
				qcom,glink-channels = "DIAG_DATA";
				qcom,intents = <0x4000 2>;
			};

			qcom,diag_ctrl {
				qcom,glink-channels = "DIAG_CTRL";
				qcom,intents = <0x4000 1>;
			};

			qcom,diag_cmd {
				qcom,glink-channels = "DIAG_CMD";
				qcom,intents = <0x4000 1 >;
			};
		};
	};