From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: vf610: add performance monitoring unit
Date: Thu, 18 Feb 2016 23:10:42 +0800 [thread overview]
Message-ID: <20160218151042.GE6756@tiger> (raw)
In-Reply-To: <1455755820-31442-1-git-send-email-stefan@agner.ch>
On Wed, Feb 17, 2016 at 04:37:00PM -0800, Stefan Agner wrote:
> All Freescale Vybrid SoC include a Cortex-A5 core which supports
> ARM's standard PMU (performance monitoring unit). Include the
> monitoring unit into the Cortex-A5 base device tree vf500.dtsi.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> arch/arm/boot/dts/vf500.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
> index b94b992..9cd1ac5 100644
> --- a/arch/arm/boot/dts/vf500.dtsi
> +++ b/arch/arm/boot/dts/vf500.dtsi
> @@ -75,6 +75,16 @@
> clocks = <&clks VF610_CLK_PLATFORM_BUS>;
> };
> };
> +
> + aips-bus at 40080000 {
> +
This new line is not really necessary. I applied the patch with it
dropped.
Shawn
> + pmu at 40089000 {
> + compatible = "arm,cortex-a5-pmu";
> + interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-affinity = <&a5_cpu>;
> + };
> + };
> +
> };
> };
>
> --
> 2.7.1
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Stefan Agner <stefan@agner.ch>
Cc: kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: vf610: add performance monitoring unit
Date: Thu, 18 Feb 2016 23:10:42 +0800 [thread overview]
Message-ID: <20160218151042.GE6756@tiger> (raw)
In-Reply-To: <1455755820-31442-1-git-send-email-stefan@agner.ch>
On Wed, Feb 17, 2016 at 04:37:00PM -0800, Stefan Agner wrote:
> All Freescale Vybrid SoC include a Cortex-A5 core which supports
> ARM's standard PMU (performance monitoring unit). Include the
> monitoring unit into the Cortex-A5 base device tree vf500.dtsi.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> arch/arm/boot/dts/vf500.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
> index b94b992..9cd1ac5 100644
> --- a/arch/arm/boot/dts/vf500.dtsi
> +++ b/arch/arm/boot/dts/vf500.dtsi
> @@ -75,6 +75,16 @@
> clocks = <&clks VF610_CLK_PLATFORM_BUS>;
> };
> };
> +
> + aips-bus@40080000 {
> +
This new line is not really necessary. I applied the patch with it
dropped.
Shawn
> + pmu@40089000 {
> + compatible = "arm,cortex-a5-pmu";
> + interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-affinity = <&a5_cpu>;
> + };
> + };
> +
> };
> };
>
> --
> 2.7.1
>
>
next prev parent reply other threads:[~2016-02-18 15:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 0:37 [PATCH] ARM: dts: vf610: add performance monitoring unit Stefan Agner
2016-02-18 0:37 ` Stefan Agner
2016-02-18 15:10 ` Shawn Guo [this message]
2016-02-18 15:10 ` Shawn Guo
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=20160218151042.GE6756@tiger \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.