diff mbox

[3/3] ARM: dts: list the interrupts generated by pin-controller on Exynos5440

Message ID 1364310754-3692-4-git-send-email-kgene.kim@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kim Kukjin March 26, 2013, 3:12 p.m. UTC
From: Thomas Abraham <thomas.ab@samsung.com>

Exynos5440 pin-controller generates eight interrupts to support gpio
interrupts. List those interrupt numbers in the pin-controller node.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 arch/arm/boot/dts/exynos5440.dtsi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Linus Walleij April 9, 2013, 8:24 a.m. UTC | #1
On Tue, Mar 26, 2013 at 4:12 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:

> From: Thomas Abraham <thomas.ab@samsung.com>
>
> Exynos5440 pin-controller generates eight interrupts to support gpio
> interrupts. List those interrupt numbers in the pin-controller node.
>
> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I guess this will go into the Exynos tree?

Tell me if you want me to apply it to the pinctrl tree.

Yours,
Linus Walleij
Kim Kukjin April 9, 2013, 2:56 p.m. UTC | #2
On 04/09/13 17:24, Linus Walleij wrote:
> On Tue, Mar 26, 2013 at 4:12 PM, Kukjin Kim<kgene.kim@samsung.com>  wrote:
>
>> From: Thomas Abraham<thomas.ab@samsung.com>
>>
>> Exynos5440 pin-controller generates eight interrupts to support gpio
>> interrupts. List those interrupt numbers in the pin-controller node.
>>
>> Signed-off-by: Thomas Abraham<thomas.ab@samsung.com>
>> Cc: Linus Walleij<linus.walleij@linaro.org>
>> Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
>
> Acked-by: Linus Walleij<linus.walleij@linaro.org>
>
> I guess this will go into the Exynos tree?
>
Yeah, it would be nice to us.

> Tell me if you want me to apply it to the pinctrl tree.
>
Thanks but let me take this into samsung tree.

- Kukjin
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 25c6134..7132358 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -96,6 +96,8 @@ 
 	pinctrl {
 		compatible = "samsung,exynos5440-pinctrl";
 		reg = <0xE0000 0x1000>;
+		interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,
+			     <0 41 0>, <0 42 0>, <0 43 0>, <0 44 0>;
 		interrupt-controller;
 		#interrupt-cells = <2>;
 		#gpio-cells = <2>;