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


Groups > linux.kernel > #1505582 > unrolled thread

[PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/

Started byGeert Uytterhoeven <geert+renesas@glider.be>
First post2016-10-21 11:00 +0200
Last post2016-10-24 04:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/ Geert Uytterhoeven <geert+renesas@glider.be> - 2016-10-21 11:00 +0200
    RE: [PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/ "Chanho Min" <chanho.min@lge.com> - 2016-10-24 04:10 +0200

#1505582 — [PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/

FromGeert Uytterhoeven <geert+renesas@glider.be>
Date2016-10-21 11:00 +0200
Subject[PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/
Message-ID<suDQd-3aT-3@gated-at.bofh.it>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/arm64/boot/dts/lg/lg1313.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/lg/lg1313.dtsi b/arch/arm64/boot/dts/lg/lg1313.dtsi
index e703e1149c757082..abb2162228e82d39 100644
--- a/arch/arm64/boot/dts/lg/lg1313.dtsi
+++ b/arch/arm64/boot/dts/lg/lg1313.dtsi
@@ -123,7 +123,7 @@
 	amba {
 		#address-cells = <2>;
 		#size-cells = <1>;
-		#interrupts-cells = <3>;
+		#interrupt-cells = <3>;
 
 		compatible = "simple-bus";
 		interrupt-parent = <&gic>;
-- 
1.9.1

[toc] | [next] | [standalone]


#1506824

From"Chanho Min" <chanho.min@lge.com>
Date2016-10-24 04:10 +0200
Message-ID<svCS6-18W-11@gated-at.bofh.it>
In reply to#1505582
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - New.
> ---

Acked-by: Chanho Min <chanho.min@lge.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web