diff options
author | Leo Yan <[email protected]> | 2019-05-08 10:19:01 +0800 |
---|---|---|
committer | Chunyan Zhang <[email protected]> | 2019-06-20 18:43:45 +0800 |
commit | b8b89a8407df89018f264c22a805ba37db6f02c1 (patch) | |
tree | bc3095f3e8ccf76dcaa7de0626c27953eac98af1 | |
parent | cd6c84d8f0cdc911df435bb075ba22ce3c605b07 (diff) |
arm64: dts: sc9836: Update coresight DT bindings
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 <[email protected]>
Cc: Orson Zhai <[email protected]>
Cc: Mathieu Poirier <[email protected]>
Cc: Suzuki K Poulose <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Signed-off-by: Chunyan Zhang <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/sprd/sc9836.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/sprd/sc9836.dtsi b/arch/arm64/boot/dts/sprd/sc9836.dtsi index 286d7173f94f..231436be0e3f 100644 --- a/arch/arm64/boot/dts/sprd/sc9836.dtsi +++ b/arch/arm64/boot/dts/sprd/sc9836.dtsi @@ -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"; |