LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Leo Yan <leo.yan@linaro.org>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Mike Leach <mike.leach@linaro.org>, Wei Xu <xuwei5@hisilicon.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Andy Gross <agross@kernel.org>,
David Brown <david.brown@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Orson Zhai <orsonzhai@gmail.com>,
Baolin Wang <baolin.wang@linaro.org>,
Chunyan Zhang <zhang.lyra@gmail.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Cc: Leo Yan <leo.yan@linaro.org>, Chunyan Zhang <zhang.chunyan@linaro.org>
Subject: [PATCH v2 11/11] arm64: dts: sc9860: Update coresight DT bindings
Date: Wed, 8 May 2019 10:19:02 +0800 [thread overview]
Message-ID: <20190508021902.10358-12-leo.yan@linaro.org> (raw)
In-Reply-To: <20190508021902.10358-1-leo.yan@linaro.org>
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: 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>
Acked-by: Chunyan Zhang <zhang.chunyan@linaro.org>
---
arch/arm64/boot/dts/sprd/sc9860.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/sprd/sc9860.dtsi b/arch/arm64/boot/dts/sprd/sc9860.dtsi
index b25d19977170..e27eb3ed1d47 100644
--- a/arch/arm64/boot/dts/sprd/sc9860.dtsi
+++ b/arch/arm64/boot/dts/sprd/sc9860.dtsi
@@ -300,7 +300,7 @@
};
funnel@10001000 { /* SoC Funnel */
- compatible = "arm,coresight-funnel", "arm,primecell";
+ compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0 0x10001000 0 0x1000>;
clocks = <&ext_26m>;
clock-names = "apb_pclk";
@@ -367,7 +367,7 @@
};
funnel@11001000 { /* Cluster0 Funnel */
- compatible = "arm,coresight-funnel", "arm,primecell";
+ compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0 0x11001000 0 0x1000>;
clocks = <&ext_26m>;
clock-names = "apb_pclk";
@@ -415,7 +415,7 @@
};
funnel@11002000 { /* Cluster1 Funnel */
- compatible = "arm,coresight-funnel", "arm,primecell";
+ compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0 0x11002000 0 0x1000>;
clocks = <&ext_26m>;
clock-names = "apb_pclk";
@@ -513,7 +513,7 @@
};
funnel@11005000 { /* Main Funnel */
- compatible = "arm,coresight-funnel", "arm,primecell";
+ compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0 0x11005000 0 0x1000>;
clocks = <&ext_26m>;
clock-names = "apb_pclk";
--
2.17.1
next prev parent reply other threads:[~2019-05-08 2:21 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-08 2:18 [PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel Leo Yan
2019-05-08 2:18 ` [PATCH v2 01/11] ARM: dts: hip04: Update coresight DT bindings Leo Yan
2019-06-19 16:12 ` Wei Xu
2019-05-08 2:18 ` [PATCH v2 02/11] ARM: dts: imx7s: " Leo Yan
2019-05-20 2:33 ` Shawn Guo
2019-05-08 2:18 ` [PATCH v2 03/11] ARM: dts: qcom-apq8064: " Leo Yan
2019-05-08 2:18 ` [PATCH v2 04/11] ARM: dts: ste: " Leo Yan
2019-05-16 12:53 ` Linus Walleij
2019-05-16 13:21 ` Leo Yan
2019-05-27 9:13 ` Linus Walleij
2019-05-08 2:18 ` [PATCH v2 05/11] ARM: dts: vexpress-v2p-ca15_a7: " Leo Yan
2019-05-08 2:18 ` [PATCH v2 06/11] ARM: dts: qcom-msm8974: " Leo Yan
2019-05-08 2:18 ` [PATCH v2 07/11] arm64: dts: hi6220: " Leo Yan
2019-06-19 16:11 ` Wei Xu
2019-05-08 2:18 ` [PATCH v2 08/11] arm64: dts: juno: " Leo Yan
2019-05-08 2:19 ` [PATCH v2 09/11] arm64: dts: qcom-msm8916: " Leo Yan
2019-05-08 2:19 ` [PATCH v2 10/11] arm64: dts: sc9836: " Leo Yan
2019-05-08 2:19 ` Leo Yan [this message]
2019-06-24 5:58 ` [PATCH v2 11/11] arm64: dts: sc9860: " Chunyan Zhang
2019-05-08 14:29 ` [PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel Suzuki K Poulose
2019-05-08 23:17 ` Leo Yan
2019-05-13 15:28 ` Mathieu Poirier
2019-05-29 10:14 ` Leo Yan
2019-05-29 10:20 ` Chunyan Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190508021902.10358-12-leo.yan@linaro.org \
--to=leo.yan@linaro.org \
--cc=agross@kernel.org \
--cc=baolin.wang@linaro.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=liviu.dudau@arm.com \
--cc=lorenzo.pieralisi@arm.com \
--cc=mark.rutland@arm.com \
--cc=mathieu.poirier@linaro.org \
--cc=mike.leach@linaro.org \
--cc=orsonzhai@gmail.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=suzuki.poulose@arm.com \
--cc=xuwei5@hisilicon.com \
--cc=zhang.chunyan@linaro.org \
--cc=zhang.lyra@gmail.com \
--subject='Re: [PATCH v2 11/11] arm64: dts: sc9860: Update coresight DT bindings' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).