linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Chunyan Zhang <zhang.chunyan@linaro.org>
To: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Baolin Wang <baolin.wang@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Orson Zhai <orsonzhai@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Mike Leach <mike.leach@linaro.org>
Subject: Re: [PATCH v1 16/17] arm64: dts: sc9836: Update coresight bindings for funnel
Date: Tue, 7 May 2019 16:16:58 +0800	[thread overview]
Message-ID: <CAG2=9p-OT-MivzKuB+k8v9dvASn-FU4KDa-bYCE3cmvbprHUEw@mail.gmail.com> (raw)
In-Reply-To: <20190507034734.20622-17-leo.yan@linaro.org>

On Tue, 7 May 2019 at 11:49, Leo Yan <leo.yan@linaro.org> wrote:
>
> Switch to the new CoreSight dynamic funnel bindings.

Acked-by: Chunyan Zhang <zhang.chunyan@linaro.org>

>
> Cc: Chunyan Zhang <zhang.chunyan@linaro.org>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang@linaro.org>
> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  arch/arm64/boot/dts/sprd/sc9836.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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";
> --
> 2.17.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-05-07  8:17 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-07  3:47 [PATCH v1 00/17] dts: Update DT bindings for CoreSight replicator and funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 01/17] ARM: dts: hip04: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 02/17] ARM: dts: hip04: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 03/17] ARM: dts: imx7s: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 04/17] ARM: dts: imx7s: Update coresight bindings for funnel Leo Yan
2019-05-07 10:57   ` Fabio Estevam
2019-05-07 12:34     ` Leo Yan
2019-05-07 12:36       ` Fabio Estevam
2019-05-07 13:17         ` Leo Yan
2019-05-07  3:47 ` [PATCH v1 05/17] ARM: dts: qcom-apq8064: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 06/17] ARM: dts: qcom-apq8064: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 07/17] ARM: dts: ste: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 08/17] ARM: dts: ste: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 09/17] ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 10/17] ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 11/17] ARM: dts: qcom-msm8974: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 12/17] arm64: dts: hi6220: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 13/17] arm64: dts: hi6220: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 14/17] arm64: dts: juno: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 15/17] arm64: dts: qcom-msm8916: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 16/17] arm64: dts: sc9836: " Leo Yan
2019-05-07  8:16   ` Chunyan Zhang [this message]
2019-05-07  3:47 ` [PATCH v1 17/17] arm64: dts: sc9860: " Leo Yan
2019-05-07  8:16   ` Chunyan Zhang
2019-05-07  8:27 ` [PATCH v1 00/17] dts: Update DT bindings for CoreSight replicator and funnel Suzuki K Poulose
2019-05-07 10:46   ` Sudeep Holla
2019-05-07 12:16     ` Leo Yan
2019-05-07 13:24       ` Leo Yan
2019-05-07 15:06         ` Suzuki K Poulose
2019-05-07 15:31           ` Leo Yan

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='CAG2=9p-OT-MivzKuB+k8v9dvASn-FU4KDa-bYCE3cmvbprHUEw@mail.gmail.com' \
    --to=zhang.chunyan@linaro.org \
    --cc=baolin.wang@linaro.org \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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=suzuki.poulose@arm.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).