All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv1 5/5] ARM: mvebu: do not duplicate the mpic alias
Date: Tue,  9 Apr 2013 23:26:18 +0200	[thread overview]
Message-ID: <1365542778-27959-6-git-send-email-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <1365542778-27959-1-git-send-email-thomas.petazzoni@free-electrons.com>

The mpic alias is already defined in the common armada-370-xp.dtsi, so
there's no need to repeat it at the armada-xp.dtsi and armada-370.dtsi
level.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm/boot/dts/armada-370.dtsi |    2 +-
 arch/arm/boot/dts/armada-xp.dtsi  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi
index a195deb..cede6a4 100644
--- a/arch/arm/boot/dts/armada-370.dtsi
+++ b/arch/arm/boot/dts/armada-370.dtsi
@@ -33,7 +33,7 @@
 		gpio2 = &gpio2;
 	};
 
-	mpic: interrupt-controller at d0020000 {
+	interrupt-controller at d0020000 {
 	      reg = <0xd0020a00 0x1d0>,
 		    <0xd0021870 0x58>;
 	};
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi
index ca00d83..2fed73b 100644
--- a/arch/arm/boot/dts/armada-xp.dtsi
+++ b/arch/arm/boot/dts/armada-xp.dtsi
@@ -29,7 +29,7 @@
 		wt-override;
 	};
 
-	mpic: interrupt-controller at d0020000 {
+	interrupt-controller at d0020000 {
 	      reg = <0xd0020a00 0x2d0>,
 		    <0xd0021070 0x58>;
 	};
-- 
1.7.9.5

  parent reply	other threads:[~2013-04-09 21:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 21:26 [PATCHv1 0/5] Marvell EBU irqchip improvements Thomas Petazzoni
2013-04-09 21:26 ` [PATCHv1 1/5] ARM: mvebu: move L2 cache initialization in init_early() Thomas Petazzoni
2013-04-09 21:26 ` [PATCHv1 2/5] irqchip: move IRQ driver for Armada 370/XP Thomas Petazzoni
2013-04-09 21:26 ` [PATCHv1 3/5] irqchip: armada-370-xp: move IRQ handler to avoid forward declaration Thomas Petazzoni
2013-04-09 21:26 ` [PATCHv1 4/5] irqchip: armada-370-xp: slightly cleanup irq controller driver Thomas Petazzoni
2013-04-09 21:26 ` Thomas Petazzoni [this message]
2013-04-10 13:09 ` [PATCHv1 0/5] Marvell EBU irqchip improvements Ezequiel Garcia
2013-04-10 17:21   ` Thomas Petazzoni
2013-04-10 18:30     ` Ezequiel Garcia
2013-04-10 18:51       ` Thomas Petazzoni
2013-04-10 18:57         ` Jason Cooper
2013-04-15 19:48 ` Jason Cooper
2013-05-13 15:59   ` Jason Cooper

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=1365542778-27959-6-git-send-email-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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.