summaryrefslogtreecommitdiff
path: root/qcom/lagoon-rumi.dtsi
diff options
context:
space:
mode:
authorTaniya <tdas@qti.qualcomm.com>2020-01-02 14:34:04 +0530
committerTaniya <tdas@qti.qualcomm.com>2020-01-02 14:34:10 +0530
commit8ae80ca8bf45b411bc88bad11d3e15cd2afca673 (patch)
treed9fbd9b1e8aba850fd7058b9e4b902e4f34587c5 /qcom/lagoon-rumi.dtsi
parent0136ddaf9cc38f569502f165871f59d64b2a9e9d (diff)
downloaddevicetree-8ae80ca8bf45b411bc88bad11d3e15cd2afca673.tar.gz
ARM: dts: msm: Update AOPCC with mbox phandle for Lagoon
AOPCC requires QMP mbox to communicate with AOP, thus update the node for the same. RUMI to use dummy clock driver for AOPCC. Change-Id: I66c9d96f1dc930552eaf1d8cdf5f42eddf595127
Diffstat (limited to 'qcom/lagoon-rumi.dtsi')
-rw-r--r--qcom/lagoon-rumi.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/qcom/lagoon-rumi.dtsi b/qcom/lagoon-rumi.dtsi
index 9be8310f..1d1362ab 100644
--- a/qcom/lagoon-rumi.dtsi
+++ b/qcom/lagoon-rumi.dtsi
@@ -69,3 +69,8 @@
maximum-speed = "high-speed";
};
};
+
+&aopcc {
+ compatible = "qcom,dummycc";
+ clock-output-names = "qdss_clocks";
+};