]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: juno: update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:18:59 +0000 (10:18 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 28 May 2019 10:33:02 +0000 (11:33 +0100)
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: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi
arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi

index 7446e0dc154d84f4f16b378f0a81c06cb8fc7358..26a039a028b8e646bce2f5b21f8a26333a2bfc6d 100644 (file)
 
        /* main funnel on Juno r0, cssys0 funnel on Juno r1/r2 as per TRM*/
        main_funnel: funnel@20040000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x20040000 0 0x1000>;
 
                clocks = <&soc_smc50mhz>;
        };
 
        funnel@220c0000 { /* cluster0 funnel */
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x220c0000 0 0x1000>;
 
                clocks = <&soc_smc50mhz>;
        };
 
        funnel@230c0000 { /* cluster1 funnel */
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x230c0000 0 0x1000>;
 
                clocks = <&soc_smc50mhz>;
index cf285152deab7fb39d20698e803cdfe94e0d974f..eda3d9e18af65a1eca66cb2efd8b953bd02e11ba 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 / {
        funnel@20130000 { /* cssys1 */
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x20130000 0 0x1000>;
 
                clocks = <&soc_smc50mhz>;
@@ -47,7 +47,7 @@
        };
 
        funnel@20150000 { /* cssys2 */
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x20150000 0 0x1000>;
 
                clocks = <&soc_smc50mhz>;