]> Git Repo - linux.git/commitdiff
ARM: dts: hip04: Update coresight DT bindings
authorLeo Yan <[email protected]>
Wed, 8 May 2019 02:18:52 +0000 (10:18 +0800)
committerWei Xu <[email protected]>
Wed, 19 Jun 2019 15:28:34 +0000 (16:28 +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: Wei Xu <[email protected]>
Cc: Guodong Xu <[email protected]>
Cc: Zhangfei Gao <[email protected]>
Cc: Haojian Zhuang <[email protected]>
Cc: Mathieu Poirier <[email protected]>
Cc: Suzuki K Poulose <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Acked-by: Suzuki K Poulose <[email protected]>
Reviewed-by: Mathieu Poirier <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
arch/arm/boot/dts/hip04.dtsi

index 0f917b272ff36976ee1881abb1514f1b0d7d8e65..f58313353519d500d97b7f279e8aaa4b0d048bce 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>;
                /* 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>;
                /* 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>;
                /* 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@0,e3c41000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0xe3c41000 0 0x1000>;
 
                clocks = <&clk_375m>;
        };
 
        funnel@0,e3c81000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0xe3c81000 0 0x1000>;
 
                clocks = <&clk_375m>;
        };
 
        funnel@0,e3cc1000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0xe3cc1000 0 0x1000>;
 
                clocks = <&clk_375m>;
        };
 
        funnel@0,e3d01000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0xe3d01000 0 0x1000>;
 
                clocks = <&clk_375m>;
        };
 
        funnel@0,e3c04000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0xe3c04000 0 0x1000>;
 
                clocks = <&clk_375m>;
This page took 0.071177 seconds and 4 git commands to generate.