On Fri, Jul 14, 2017 at 02:04:08PM +0100, Suzuki K Poulose wrote: > Replace the obsolete compatible string for Coresight programmable > replicator with the new one. > > Cc: Andy Gross <[email protected]> > Cc: David Brown <[email protected]> > Cc: [email protected] > Cc: Mathieu Poirier <[email protected]> > Signed-off-by: Suzuki K Poulose <[email protected]> > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi > b/arch/arm/boot/dts/qcom-msm8974.dtsi > index 307bf6a..3c7c6b9 100644 > --- a/arch/arm/boot/dts/qcom-msm8974.dtsi > +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi > @@ -729,7 +729,7 @@ > }; > > replicator@fc31c000 { > - compatible = "qcom,coresight-replicator1x", > "arm,primecell"; > + compatible = "arm,coresight-dynamic-replicator", > "arm,primecell"; > reg = <0xfc31c000 0x1000>; > > clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc > RPM_SMD_QDSS_A_CLK>;
Reviewed-by: Mathieu Poirier <[email protected]> > -- > 2.7.5 >

