All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-baltos-ir3220: Use IRQ_TYPE specifier
@ 2018-05-13 23:16 Hernán Gonzalez
  2018-05-15 18:18 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Hernán Gonzalez @ 2018-05-13 23:16 UTC (permalink / raw)
  To: bcousson
  Cc: tony, robh+dt, mark.rutland, linux-omap, devicetree,
	Hernán Gonzalez

GPIO_ACTIVE_LOW was being used to specify an interrupt, use
IRQ_TYPE_EDGE_RISING instead. This improves DT readability.

Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
---
 arch/arm/boot/dts/am335x-baltos-ir3220.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am335x-baltos-ir3220.dts b/arch/arm/boot/dts/am335x-baltos-ir3220.dts
index 46df1b2..1b215c4 100644
--- a/arch/arm/boot/dts/am335x-baltos-ir3220.dts
+++ b/arch/arm/boot/dts/am335x-baltos-ir3220.dts
@@ -85,7 +85,7 @@
 		gpio-controller;
 		#gpio-cells = <2>;
 		interrupt-parent = <&gpio0>;
-		interrupts = <20 GPIO_ACTIVE_LOW>;
+		interrupts = <20 IRQ_TYPE_EDGE_RISING>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&tca6416_pins>;
 	};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: am335x-baltos-ir3220: Use IRQ_TYPE specifier
  2018-05-13 23:16 [PATCH] ARM: dts: am335x-baltos-ir3220: Use IRQ_TYPE specifier Hernán Gonzalez
@ 2018-05-15 18:18 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-05-15 18:18 UTC (permalink / raw)
  To: Hernán Gonzalez
  Cc: bcousson, robh+dt, mark.rutland, linux-omap, devicetree

* Hernán Gonzalez <hernan@vanguardiasur.com.ar> [180513 23:19]:
> GPIO_ACTIVE_LOW was being used to specify an interrupt, use
> IRQ_TYPE_EDGE_RISING instead. This improves DT readability.

Thanks applying all five similar patchs into omap-for-v4.18/dt.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-15 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-13 23:16 [PATCH] ARM: dts: am335x-baltos-ir3220: Use IRQ_TYPE specifier Hernán Gonzalez
2018-05-15 18:18 ` Tony Lindgren

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.