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

Commit ce1190aa authored by Atish Kumar Patra's avatar Atish Kumar Patra
Browse files

ARM: dts: msm: Add support for QoS configuration elements for MSM8996



Add the QoS configuration elements in device tree so that they
can be configured easily for each edge or target.

Change-Id: If647724a489cf5e3968bbbba00c3619efaa74f12
Signed-off-by: default avatarAtish Kumar Patra <apatra@codeaurora.org>
parent ac20ef95
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3441,6 +3441,18 @@
		qcom,irq-mask = <0x200>;
		interrupts = <0 157 1>;
		label = "lpass";
		qcom,qos-config = <&glink_qos_adsp>;
		qcom,ramp-time = <0xaf>;
	};

	glink_qos_adsp: qcom,glink-qos-config-adsp {
		compatible = "qcom,glink-qos-config";
		qcom,flow-info = <0x3c 0x0>,
				<0x3c 0x0>,
				<0x3c 0x0>,
				<0x3c 0x0>;
		qcom,mtu-size = <0x800>;
		qcom,tput-stats-cycle = <0xa>;
	};

	qcom,glink-smem-native-xprt-dsps@86000000 {