ARM: dts: vexpress-v2p-ca15_a7: update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:18:56 +0000 (10:18 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 28 May 2019 10:44:45 +0000 (11:44 +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 and
static replicator, 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/arm/boot/dts/vexpress-v2p-ca15_a7.dts

index 00cd9f5bef2ec06d3d5fa652a5b99020831b76db..164c904c9992d03e2f34c428da5432796b9801c5 100644 (file)
                /* non-configurable replicators don't show up on the
                 * AMBA bus.  As such no need to add "arm,primecell".
                 */
-               compatible = "arm,coresight-replicator";
+               compatible = "arm,coresight-static-replicator";
 
                out-ports {
                        #address-cells = <1>;
        };
 
        funnel@20040000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x20040000 0 0x1000>;
 
                clocks = <&oscclk6a>;