Re: [PATCH v2 02/12] arm64: dts: juno: Use the new coresight replicator string

From: Suzuki K Poulose
Date: Wed Jun 28 2017 - 14:06:13 EST


On 28/06/17 19:00, Mathieu Poirier wrote:
On 26 June 2017 at 09:22, Suzuki K Poulose <suzuki.poulose@xxxxxxx> wrote:
Use the new compatible for ATB programmable replicator in Juno.

Cc: Sudeep Holla <sudeep.holla@xxxxxxx>
Cc: Mike Leach <mike.leach@xxxxxxxxxx>
Cc: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
Cc: Liviu Dudau <liviu.dudau@xxxxxxx>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
---
arch/arm64/boot/dts/arm/juno-base.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index bfe7d68..c82c706 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -373,7 +373,7 @@
};

replicator@20120000 {
- compatible = "qcom,coresight-replicator1x", "arm,primecell";
+ compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
reg = <0 0x20120000 0 0x1000>;

Since we are getting rid of the qcom string entirely please fix it in
the msm DT files as well.

Sure, will do.

Thanks
Suzuki