From: Fabio Estevam <fabio.estevam@nxp.com>
To: <mpe@ellerman.id.au>
Cc: <paulus@samba.org>, <benh@kernel.crashing.org>,
<robh+dt@kernel.org>, <festevam@gmail.com>,
<linuxppc-dev@lists.ozlabs.org>,
Fabio Estevam <fabio.estevam@nxp.com>
Subject: [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property
Date: Tue, 17 Oct 2017 11:01:18 -0200 [thread overview]
Message-ID: <1508245278-5692-1-git-send-email-fabio.estevam@nxp.com> (raw)
'interrupts-parent' property does not exist. Fix the typo.
Fixes: 00f3ca740a9c26 ("powerpc/40x: AMCC PowerPC 405EZ Acadia DTS")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
arch/powerpc/boot/dts/acadia.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/dts/acadia.dts b/arch/powerpc/boot/dts/acadia.dts
index 57291f6..8626615 100644
--- a/arch/powerpc/boot/dts/acadia.dts
+++ b/arch/powerpc/boot/dts/acadia.dts
@@ -183,7 +183,7 @@
usb@ef603000 {
compatible = "ohci-be";
reg = <0xef603000 0x80>;
- interrupts-parent = <&UIC0>;
+ interrupt-parent = <&UIC0>;
interrupts = <0xd 0x4 0xe 0x4>;
};
--
2.7.4
next reply other threads:[~2017-10-17 13:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-17 13:01 Fabio Estevam [this message]
2017-12-01 16:22 ` [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property Fabio Estevam
2017-12-04 4:45 ` Michael Ellerman
2017-12-04 9:16 ` Fabio Estevam
2017-12-06 11:00 ` Michael Ellerman
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=1508245278-5692-1-git-send-email-fabio.estevam@nxp.com \
--to=fabio.estevam@nxp.com \
--cc=benh@kernel.crashing.org \
--cc=festevam@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=robh+dt@kernel.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).