Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336902 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-02-18 01:40 +0100 |
| Last post | 2016-02-18 16:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: vf610: add performance monitoring unit Stefan Agner <stefan@agner.ch> - 2016-02-18 01:40 +0100
Re: [PATCH] ARM: dts: vf610: add performance monitoring unit Shawn Guo <shawnguo@kernel.org> - 2016-02-18 16:20 +0100
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-02-18 01:40 +0100 |
| Subject | [PATCH] ARM: dts: vf610: add performance monitoring unit |
| Message-ID | <r3kNs-5NL-13@gated-at.bofh.it> |
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 {
+
+ pmu@40089000 {
+ compatible = "arm,cortex-a5-pmu";
+ interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-affinity = <&a5_cpu>;
+ };
+ };
+
};
};
--
2.7.1
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-02-18 16:20 +0100 |
| Message-ID | <r3yx4-7uQ-5@gated-at.bofh.it> |
| In reply to | #1336902 |
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
>
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web