]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: qcom-msm8974: Update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:18:57 +0000 (10:18 +0800)
committerAndy Gross <agross@kernel.org>
Sun, 9 Jun 2019 04:06:31 +0000 (23:06 -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/arm/boot/dts/qcom-msm8974.dtsi

index 45b5c8ef0374fde6b0b1ed7a66750f3d05fb696e..272ebea20a5f7d0a7c9eaa1227b910de05e8e1eb 100644 (file)
@@ -897,7 +897,7 @@ etf_in: endpoint {
                };
 
                funnel@fc31b000 {
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0xfc31b000 0x1000>;
 
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
@@ -931,7 +931,7 @@ merger_out: endpoint {
                };
 
                funnel@fc31a000 {
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0xfc31a000 0x1000>;
 
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
@@ -969,7 +969,7 @@ funnel1_out: endpoint {
                };
 
                funnel@fc345000 { /* KPSS funnel only 4 inputs are used */
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0xfc345000 0x1000>;
 
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;