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

Commit 06206647 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add snoc data for msm8996"

parents 26bf9a38 4c8d3fd6
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";
@@ -437,4 +436,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>;
	};

};