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

Commit eb73bc66 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b8771cd9 012260ef
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 >;
			};
		};
	};