arm64: dts: sc9836: Update coresight DT bindings
authorLeo Yan <leo.yan@linaro.org>
Wed, 8 May 2019 02:19:01 +0000 (10:19 +0800)
committerChunyan Zhang <zhang.chunyan@linaro.org>
Thu, 20 Jun 2019 10:43:45 +0000 (18:43 +0800)
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.

Change-Id: I2f7072bacf76aac0bb2fc891d5d71352d99e6ea8
Cc: Chunyan Zhang <zhang.chunyan@linaro.org>
Cc: Orson Zhai <orsonzhai@gmail.com>
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: Chunyan Zhang <zhang.lyra@gmail.com>
arch/arm64/boot/dts/sprd/sc9836.dtsi

index 286d7173f94f91d937a1d26e8177d26c66391175..231436be0e3f6895c57f398350729682affafd6e 100644 (file)
@@ -60,7 +60,7 @@
        };
 
        funnel@10001000 {
-               compatible = "arm,coresight-funnel", "arm,primecell";
+               compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
                reg = <0 0x10001000 0 0x1000>;
                clocks = <&clk26mhz>;
                clock-names = "apb_pclk";