From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 1/2] ARM: dts: aspeed: ast2500: Fix SCU IRQ controller node address
Date: Tue, 4 Feb 2020 16:49:07 -0600 [thread overview]
Message-ID: <20200204224908.19967-2-eajames@linux.ibm.com> (raw)
In-Reply-To: <20200204224908.19967-1-eajames@linux.ibm.com>
The node was defined with a unit address but had no reg property,
resulting in a warning. The address is unecessary, so drop it.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
arch/arm/boot/dts/aspeed-g5.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index 569f9d74c696..aeee18fc1e7e 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -222,7 +222,7 @@ syscon: syscon at 1e6e2000 {
#clock-cells = <1>;
#reset-cells = <1>;
- scu_ic: interrupt-controller at 18 {
+ scu_ic: interrupt-controller {
#interrupt-cells = <1>;
compatible = "aspeed,ast2500-scu-ic";
interrupts = <21>;
--
2.24.0
next prev parent reply other threads:[~2020-02-04 22:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-04 22:49 [PATCH 0/2] ARM: dts: aspeed: Fix SCU IRQ controller node addresses Eddie James
2020-02-04 22:49 ` Eddie James [this message]
2020-02-10 2:28 ` [PATCH 1/2] ARM: dts: aspeed: ast2500: Fix SCU IRQ controller node address Joel Stanley
2020-02-10 2:28 ` Joel Stanley
2020-02-04 22:49 ` [PATCH 2/2] ARM: dts: aspeed: ast2600: Fix SCU IRQ controller node addresses Eddie James
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=20200204224908.19967-2-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=linux-aspeed@lists.ozlabs.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.