ARM: dts: msm: use QCOM replicator for msmcobalt
Use qcom-replicator driver instead of CoreSight replicator. Qcom replicator driver supports msm specific configuration. CRs-Fixed: 1061885 Change-Id: I5bca731fce8efa57498975485a889f45acc26b37 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
This commit is contained in:
parent
ab26d09879
commit
85b7b22e6f
1 changed files with 9 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue