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


Groups > linux.kernel > #1234878 > unrolled thread

[PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding

Started byLee Jones <lee.jones@linaro.org>
First post2015-09-29 11:00 +0200
Last post2015-09-30 11:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding Lee Jones <lee.jones@linaro.org> - 2015-09-29 11:00 +0200
    Re: [PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related  binding Maxime Coquelin <maxime.coquelin@st.com> - 2015-09-30 11:20 +0200

#1234878 — [PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding

FromLee Jones <lee.jones@linaro.org>
Date2015-09-29 11:00 +0200
Subject[PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding
Message-ID<qdYVu-1z1-33@gated-at.bofh.it>
interrupts-names => interrupt-names

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/stih407-pinctrl.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index 1683deb..7992063 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -53,7 +53,7 @@
 			reg = <0x0961f080 0x4>;
 			reg-names = "irqmux";
 			interrupts = <GIC_SPI 188 IRQ_TYPE_NONE>;
-			interrupts-names = "irqmux";
+			interrupt-names = "irqmux";
 			ranges = <0 0x09610000 0x6000>;
 
 			pio0: gpio@09610000 {
@@ -264,7 +264,7 @@
 			reg = <0x0920f080 0x4>;
 			reg-names = "irqmux";
 			interrupts = <GIC_SPI 189 IRQ_TYPE_NONE>;
-			interrupts-names = "irqmux";
+			interrupt-names = "irqmux";
 			ranges = <0 0x09200000 0x10000>;
 
 			pio10: pio@09200000 {
@@ -637,7 +637,7 @@
 			reg = <0x0921f080 0x4>;
 			reg-names = "irqmux";
 			interrupts = <GIC_SPI 190 IRQ_TYPE_NONE>;
-			interrupts-names = "irqmux";
+			interrupt-names = "irqmux";
 			ranges = <0 0x09210000 0x10000>;
 
 			tsin4 {
@@ -670,7 +670,7 @@
 			reg = <0x0922f080 0x4>;
 			reg-names = "irqmux";
 			interrupts = <GIC_SPI 191 IRQ_TYPE_NONE>;
-			interrupts-names = "irqmux";
+			interrupt-names = "irqmux";
 			ranges = <0 0x09220000 0x6000>;
 
 			pio30: gpio@09220000 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1235926 — Re: [PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding

FromMaxime Coquelin <maxime.coquelin@st.com>
Date2015-09-30 11:20 +0200
SubjectRe: [PATCH] ARM: STi: DT: STiH407: Rename incorrect interrupt related binding
Message-ID<qelIm-CS-5@gated-at.bofh.it>
In reply to#1234878
Hi Lee,

On 09/29/2015 10:52 AM, Lee Jones wrote:
> interrupts-names => interrupt-names
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>   arch/arm/boot/dts/stih407-pinctrl.dtsi | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
>

Good spot!
Applied to sti-dt-for-v4.4.

thanks,
Maxime
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web