From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: "Tero Kristo" <t-kristo@ti.com>, "Paul Walmsley" <paul@pwsan.com>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Kevin Hilman" <khilman@deeprootsystems.com>,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
linux-kernel@vger.kernel.org, Keerthy <j-keerthy@ti.com>,
"Santosh Shilimkar" <santosh.shilimkar@ti.com>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/6] ARM: dts: OMAP3+: Add PRM interrupt
Date: Mon, 8 Sep 2014 17:58:09 -0700 [thread overview]
Message-ID: <20140909005808.GG10785@atomide.com> (raw)
In-Reply-To: <1408716235-26164-2-git-send-email-nm@ti.com>
* Nishanth Menon <nm@ti.com> [140822 07:08]:
> Provide OMAP3, 4 and OMAP5 with interrupt number for PRM
>
> And for DRA7, provide crossbar number for prm interrupt.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
I've picked this patch only into omap-for-v3.18/soc as
this is needed for Felipe's intc related changes to work
properly with the wake-up interrupts for DT based booting
for off-idle.
So please don't include this patch into your pull request
for the other dts changes you have.
Regards,
Tony
> ---
> arch/arm/boot/dts/dra7.dtsi | 1 +
> arch/arm/boot/dts/omap3.dtsi | 1 +
> arch/arm/boot/dts/omap4.dtsi | 1 +
> arch/arm/boot/dts/omap5.dtsi | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 97f603c..7a3e011 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -89,6 +89,7 @@
> prm: prm@4ae06000 {
> compatible = "ti,dra7-prm";
> reg = <0x4ae06000 0x3000>;
> + interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
> index 575a49b..3136ed1 100644
> --- a/arch/arm/boot/dts/omap3.dtsi
> +++ b/arch/arm/boot/dts/omap3.dtsi
> @@ -97,6 +97,7 @@
> prm: prm@48306000 {
> compatible = "ti,omap3-prm";
> reg = <0x48306000 0x4000>;
> + interrupts = <11>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
> index 69408b5..7375d44 100644
> --- a/arch/arm/boot/dts/omap4.dtsi
> +++ b/arch/arm/boot/dts/omap4.dtsi
> @@ -129,6 +129,7 @@
> prm: prm@4a306000 {
> compatible = "ti,omap4-prm";
> reg = <0x4a306000 0x3000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index fc8df17..df0a09b 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -131,6 +131,7 @@
> prm: prm@4ae06000 {
> compatible = "ti,omap5-prm";
> reg = <0x4ae06000 0x3000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> --
> 1.7.9.5
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: dts: OMAP3+: Add PRM interrupt
Date: Mon, 8 Sep 2014 17:58:09 -0700 [thread overview]
Message-ID: <20140909005808.GG10785@atomide.com> (raw)
In-Reply-To: <1408716235-26164-2-git-send-email-nm@ti.com>
* Nishanth Menon <nm@ti.com> [140822 07:08]:
> Provide OMAP3, 4 and OMAP5 with interrupt number for PRM
>
> And for DRA7, provide crossbar number for prm interrupt.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
I've picked this patch only into omap-for-v3.18/soc as
this is needed for Felipe's intc related changes to work
properly with the wake-up interrupts for DT based booting
for off-idle.
So please don't include this patch into your pull request
for the other dts changes you have.
Regards,
Tony
> ---
> arch/arm/boot/dts/dra7.dtsi | 1 +
> arch/arm/boot/dts/omap3.dtsi | 1 +
> arch/arm/boot/dts/omap4.dtsi | 1 +
> arch/arm/boot/dts/omap5.dtsi | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 97f603c..7a3e011 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -89,6 +89,7 @@
> prm: prm at 4ae06000 {
> compatible = "ti,dra7-prm";
> reg = <0x4ae06000 0x3000>;
> + interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
> index 575a49b..3136ed1 100644
> --- a/arch/arm/boot/dts/omap3.dtsi
> +++ b/arch/arm/boot/dts/omap3.dtsi
> @@ -97,6 +97,7 @@
> prm: prm at 48306000 {
> compatible = "ti,omap3-prm";
> reg = <0x48306000 0x4000>;
> + interrupts = <11>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
> index 69408b5..7375d44 100644
> --- a/arch/arm/boot/dts/omap4.dtsi
> +++ b/arch/arm/boot/dts/omap4.dtsi
> @@ -129,6 +129,7 @@
> prm: prm at 4a306000 {
> compatible = "ti,omap4-prm";
> reg = <0x4a306000 0x3000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index fc8df17..df0a09b 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -131,6 +131,7 @@
> prm: prm at 4ae06000 {
> compatible = "ti,omap5-prm";
> reg = <0x4ae06000 0x3000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
>
> prm_clocks: clocks {
> #address-cells = <1>;
> --
> 1.7.9.5
>
next prev parent reply other threads:[~2014-09-09 0:58 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-22 14:03 [PATCH 0/6] ARM: dts: OMAP5+: Fixes for pinctrl support Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` [PATCH 1/6] ARM: dts: OMAP3+: Add PRM interrupt Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-09-09 0:58 ` Tony Lindgren [this message]
2014-09-09 0:58 ` Tony Lindgren
[not found] ` <1408716235-26164-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2014-08-22 14:03 ` [PATCH 2/6] ARM: dts: OMAP5: switch to compatible pinctrl Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` [PATCH 3/6] ARM: dts: DRA7: " Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` [PATCH 4/6] ARM: dts: AM437x: " Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` [PATCH 5/6] ARM: dts: OMAP5/DRA7: switch over to interrupts-extended property for UART Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` [PATCH 6/6] ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
2014-08-22 14:03 ` Nishanth Menon
[not found] ` <1408716235-26164-7-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2014-09-08 18:47 ` Nishanth Menon
2014-09-08 18:47 ` Nishanth Menon
2014-09-08 18:47 ` Nishanth Menon
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=20140909005808.GG10785@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=j-keerthy@ti.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=paul@pwsan.com \
--cc=santosh.shilimkar@ti.com \
--cc=t-kristo@ti.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 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.