Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328857 > unrolled thread

[PATCH] ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3

Started byKrzysztof Adamski <k@japko.eu>
First post2016-02-08 10:40 +0100
Last post2016-02-08 18:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3 Krzysztof Adamski <k@japko.eu> - 2016-02-08 10:40 +0100
    Re: [PATCH] ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3 Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-08 18:20 +0100

#1328857 — [PATCH] ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3

FromKrzysztof Adamski <k@japko.eu>
Date2016-02-08 10:40 +0100
Subject[PATCH] ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3
Message-ID<qZQsy-3lW-15@gated-at.bofh.it>
pinctrl-sunxi uses 3 cells to describe interrupt, not 2. It's bank
number, pin number and flags.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
---
 arch/arm/boot/dts/sun8i-h3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 6f6b4e4..96c899a 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -368,7 +368,7 @@
 			gpio-controller;
 			#gpio-cells = <3>;
 			interrupt-controller;
-			#interrupt-cells = <2>;
+			#interrupt-cells = <3>;
 
 			uart0_pins_a: uart0@0 {
 				allwinner,pins = "PA4", "PA5";
-- 
2.4.2

[toc] | [next] | [standalone]


#1329362

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2016-02-08 18:20 +0100
Message-ID<qZXDJ-8ih-37@gated-at.bofh.it>
In reply to#1328857

[Multipart message — attachments visible in raw view] — view raw

On Mon, Feb 08, 2016 at 10:31:14AM +0100, Krzysztof Adamski wrote:
> pinctrl-sunxi uses 3 cells to describe interrupt, not 2. It's bank
> number, pin number and flags.
> 
> Signed-off-by: Krzysztof Adamski <k@japko.eu>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web