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

Commit f060d642 authored by Jaiju Yesudasan's avatar Jaiju Yesudasan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm : Add neutrino DDR bandwidth voting on 8996 auto platforms



Added voting parameters which would be used by neutrino
driver for requesting higher DDR bandwidth to achieve better
performance.

CRs-Fixed: 2001978
Change-Id: Ia894db21328aeb08a9c7036c4f75badb0e6e60d8
Signed-off-by: default avatarJaiju Yesudasan <cjaijuy@codeaurora.org>
parent 53202f0d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -874,6 +874,13 @@

		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;

		qcom,msm-bus,name = "ntn";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<100 512 0 0>,
				<100 512 207108 14432000>;
	};

	i2c@75ba000 {
+14 −0
Original line number Diff line number Diff line
@@ -657,6 +657,13 @@
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-bus-num = <1>;

		qcom,msm-bus,name = "ntn";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<100 512 0 0>,
				<100 512 207108 14432000>;
	};

	ntn2: ntn_avb@2 { /*Neutrino device on RC2*/
@@ -664,6 +671,13 @@
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <2>;
		qcom,ntn-bus-num = <1>;

		qcom,msm-bus,name = "ntn";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<108 512 0 0>,
				<108 512 207108 14432000>;
	};

	i2c@75ba000 {