From: r.schwebel@pengutronix.de (Robert Schwebel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: vexpress: Add interrupt-affinity
Date: Thu, 30 Apr 2015 19:54:08 +0200 [thread overview]
Message-ID: <1430416448-25203-1-git-send-email-r.schwebel@pengutronix.de> (raw)
Without this property, we get this boot warning:
[ 0.459361] CPU PMU: Failed to parse <no-node>/interrupt-affinity[0]
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
arch/arm/boot/dts/vexpress-v2p-ca9.dts | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
index a411274..9d71493 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
@@ -33,28 +33,28 @@
#address-cells = <1>;
#size-cells = <0>;
- cpu at 0 {
+ A9_0: cpu at 0 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0>;
next-level-cache = <&L2>;
};
- cpu at 1 {
+ A9_1: cpu at 1 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <1>;
next-level-cache = <&L2>;
};
- cpu at 2 {
+ A9_2: cpu at 2 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <2>;
next-level-cache = <&L2>;
};
- cpu at 3 {
+ A9_3: cpu at 3 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <3>;
@@ -182,6 +182,11 @@
<0 61 4>,
<0 62 4>,
<0 63 4>;
+ interrupt-affinity = <&A9_0>,
+ <&A9_1>,
+ <&A9_2>,
+ <&A9_3>;
+
};
dcc {
--
2.1.4
next reply other threads:[~2015-04-30 17:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-30 17:54 Robert Schwebel [this message]
2015-04-30 17:55 ` [PATCH 2/2] ARM: vexpress: Add interrupt-affinity Robert Schwebel
2015-05-01 13:44 ` Sudeep Holla
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=1430416448-25203-1-git-send-email-r.schwebel@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--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 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).