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

Commit 4c8d3fd6 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian Committed by Archana Sathyakumar
Browse files

ARM: dts: msm: Add snoc data for msm8996



Add node to vote for SNOC from pm driver in msm8996 target

Change-Id: I3dc95187f740275a51ad030c88b78eef3a811413
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent 1f92a2c6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	qcom,spm@9A10000 {
		compatible = "qcom,spm-v2";
@@ -357,4 +356,15 @@
		qcom,sleep-stats-version = <2>;
	};

	qcom,pm-snoc-client {
		compatible = "qcom,pm-snoc-client";
		qcom,msm-bus,name = "ocimem_snoc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,active-only;
		qcom,msm-bus,vectors-KBps =
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_OCIMEM 0 0>,
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_OCIMEM 0 800000>;
	};

};