]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: qcom-apq8064: Update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:18:54 +0000 (10:18 +0800)
committerAndy Gross <agross@kernel.org>
Sun, 9 Jun 2019 04:06:28 +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 and
static replicator, 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-apq8064.dtsi

index 65975df6a8c34d7e3ffef2c1b2e3452b026e9c7c..8b79b4112ee1a92a00b910109a58907e70ae8648 100644 (file)
                };
 
                replicator {
-                       compatible = "arm,coresight-replicator";
+                       compatible = "arm,coresight-static-replicator";
 
                        clocks = <&rpmcc RPM_QDSS_CLK>;
                        clock-names = "apb_pclk";
                };
 
                funnel@1a04000 {
-                       compatible = "arm,coresight-funnel", "arm,primecell";
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                        reg = <0x1a04000 0x1000>;
 
                        clocks = <&rpmcc RPM_QDSS_CLK>;