summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-12 14:42:20 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-12 14:42:20 -0700
commitfdc80ae02bf9763dbbac8b3705fe5ac873e31dc4 (patch)
tree3b7ba353dfe905b9b14bad54264fe3d9c6d5bbf0
parent172717f1c76177289013755ca2e9343f81d1dae2 (diff)
parent85b7b22e6f67dc37e25ca79f7c82e975e7f6e1e6 (diff)
Merge "ARM: dts: msm: use QCOM replicator for msmcobalt"
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt-coresight.dtsi10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-coresight.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-coresight.dtsi
index 4afaa3aa51be..aeb6bf6141d8 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt-coresight.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt-coresight.dtsi
@@ -39,10 +39,18 @@
};
replicator: replicator@6046000 {
- compatible = "arm,coresight-replicator";
+ compatible = "arm,primecell";
+ arm,primecell-periphid = <0x0003b909>;
+
+ reg = <0x6046000 0x1000>;
+ reg-names = "replicator-base";
coresight-name = "coresight-replicator";
+ clocks = <&clock_gcc clk_qdss_clk>,
+ <&clock_gcc clk_qdss_a_clk>;
+ clock-names = "apb_pclk", "core_a_clk";
+
ports{
#address-cells = <1>;
#size-cells = <0>;