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

Commit 3ea1c9cb authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Introduce bus topology for LAGOON

Bus topology is the representation of bus connections
in SOC and is required for bus scaling driver to serve
the bandwidth requests from clients.

Change-Id: Idf6e8726396f5810289e46a101f29b7bb64d7ceb
parent 8eccfdc4
Loading
Loading
Loading
Loading

qcom/lagoon-bus.dtsi

0 → 100644
+1844 −0

File added.

Preview size limit exceeded, changes collapsed.

+12 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
#include <dt-bindings/soc/qcom,ipcc.h>
#include <dt-bindings/msm/msm-bus-ids.h>

/ {
	model = "Qualcomm Technologies, Inc. Lagoon";
@@ -742,6 +743,11 @@
		system_pm {
			compatible = "qcom,system-pm";
		};

		msm_bus_apps_rsc {
			compatible = "qcom,msm-bus-rsc";
			qcom,msm-bus-id = <MSM_BUS_RSC_APPS>;
		};
	};

	disp_rsc: rsc@af20000 {
@@ -756,6 +762,11 @@
				  <SLEEP_TCS   1>,
				  <WAKE_TCS    1>,
				  <CONTROL_TCS 1>;

		msm_bus_disp_rsc {
			compatible = "qcom,msm-bus-rsc";
			qcom,msm-bus-id = <MSM_BUS_RSC_DISP>;
		};
	};

	cpu_pmu: cpu-pmu {
@@ -1682,3 +1693,4 @@
&qupv3_se9_2uart {
	status = "ok";
};
#include "lagoon-bus.dtsi"