From: Y Vo <yvo@apm.com>
To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: Y Vo <yvo@apm.com>, Phong Vo <pvo@apm.com>,
Toan Le <toanle@apm.com>, Loc Ho <lho@apm.com>,
Feng Kan <fkan@apm.com>, Quan Nguyen <qnguyen@apm.com>,
Duc Dang <dhdang@apm.com>,
patches@apm.com
Subject: [PATCH v2 3/3] arm64: dts: Update APM X-Gene standby GPIO controller DTS entries
Date: Mon, 26 Oct 2015 13:49:35 +0700 [thread overview]
Message-ID: <1445842175-11446-4-git-send-email-yvo@apm.com> (raw)
In-Reply-To: <1445842175-11446-1-git-send-email-yvo@apm.com>
Update APM X-Gene standby GPIO controller DTS entries to support GPIO
line configuration as input, output or external IRQ pin.
Signed-off-by: Y Vo <yvo@apm.com>
---
arch/arm64/boot/dts/apm/apm-storm.dtsi | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index 6c5ed11..40a79fb 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -765,12 +765,15 @@
reg = <0x0 0x17001000 0x0 0x400>;
#gpio-cells = <2>;
gpio-controller;
- interrupts = <0x0 0x28 0x1>,
- <0x0 0x29 0x1>,
- <0x0 0x2a 0x1>,
- <0x0 0x2b 0x1>,
- <0x0 0x2c 0x1>,
- <0x0 0x2d 0x1>;
+ interrupt-parent = <&gic>;
+ interrupts = <0x0 0x28 0x4>,
+ <0x0 0x29 0x4>,
+ <0x0 0x2a 0x4>,
+ <0x0 0x2b 0x4>,
+ <0x0 0x2c 0x4>,
+ <0x0 0x2d 0x4>;
+ #interrupt-cells = <2>;
+ interrupt-controller;
};
rtc: rtc@10510000 {
--
1.7.1
prev parent reply other threads:[~2015-10-26 6:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-26 6:49 [PATCH v2 0/3] gpio: xgene: add support to configure GPIO line as input, output or external IRQ pin Y Vo
2015-10-26 6:49 ` [PATCH v2 1/3] " Y Vo
2015-10-29 13:28 ` Linus Walleij
2015-10-30 5:41 ` Quan Nguyen
2015-10-30 8:38 ` Arnd Bergmann
2015-10-30 9:35 ` Marc Zyngier
2015-10-26 6:49 ` [PATCH v2 2/3] Documentation: gpio: Update description for X-Gene standby GPIO controller DTS binding Y Vo
2015-10-26 6:49 ` Y Vo [this message]
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=1445842175-11446-4-git-send-email-yvo@apm.com \
--to=yvo@apm.com \
--cc=devicetree@vger.kernel.org \
--cc=dhdang@apm.com \
--cc=fkan@apm.com \
--cc=lho@apm.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=patches@apm.com \
--cc=pvo@apm.com \
--cc=qnguyen@apm.com \
--cc=toanle@apm.com \
/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).