arm64: dts: qcom-msm8916: Update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:19:00 +0000 (10:19 +0800)
committerAndy Gross <agross@kernel.org>
Sun, 9 Jun 2019 04:05:51 +0000 (23:05 -0500)
CoreSight DT bindings have been updated, thus the old compatible strings
are obsolete and the drivers will report warning if DTS uses these
obsolete strings.

This patch switches to the new bindings for CoreSight dynamic funnel,
so can dismiss warning during initialisation.

Cc: Andy Gross <agross@kernel.org>
Cc: David Brown <david.brown@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 6f9bb14b10f70bbbc3e6b73be9118cb76829a5c5..689a2e452406563275cb23e1822db587c2cd15f8 100644 (file)
                };
 
                funnel@821000 {
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0x821000 0x1000>;
 
                        clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
                };
 
                funnel@841000 { /* APSS funnel only 4 inputs are used */
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0x841000 0x1000>;
 
                        clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;