devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/6] ARM: tegra: nyan: Use proper IRQ type definitions
@ 2017-01-22 15:47 Paul Kocialkowski
  2017-01-22 15:47 ` [PATCH v2 3/6] ARM: tegra: nyan-big: Include compatible revisions for proper detection Paul Kocialkowski
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Paul Kocialkowski @ 2017-01-22 15:47 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Jon Hunter, Stephen Warren,
	Thierry Reding, Alexandre Courbot, Mikko Perttunen, Peter Rosin,
	Paul Kocialkowski

This switches a few interrupt definitions that were using
GPIO_ACTIVE_HIGH as IRQ type, which is invalid.

This is mostly a cosmetic change, that doesn't affect any driver.

Signed-off-by: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
---
 arch/arm/boot/dts/tegra124-nyan.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi
index eabfa655a3cd..ef430aa30152 100644
--- a/arch/arm/boot/dts/tegra124-nyan.dtsi
+++ b/arch/arm/boot/dts/tegra124-nyan.dtsi
@@ -65,7 +65,7 @@
 			compatible = "maxim,max98090";
 			reg = <0x10>;
 			interrupt-parent = <&gpio>;
-			interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
+			interrupts = <TEGRA_GPIO(H, 4) IRQ_TYPE_EDGE_FALLING>;
 		};
 
 		temperature-sensor@4c {
@@ -331,7 +331,7 @@
 					reg = <0x9>;
 					interrupt-parent = <&gpio>;
 					interrupts = <TEGRA_GPIO(J, 0)
-							GPIO_ACTIVE_HIGH>;
+							IRQ_TYPE_EDGE_BOTH>;
 					ti,ac-detect-gpios = <&gpio
 							TEGRA_GPIO(J, 0)
 							GPIO_ACTIVE_HIGH>;
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-01-25 11:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-22 15:47 [PATCH v2 1/6] ARM: tegra: nyan: Use proper IRQ type definitions Paul Kocialkowski
2017-01-22 15:47 ` [PATCH v2 3/6] ARM: tegra: nyan-big: Include compatible revisions for proper detection Paul Kocialkowski
     [not found]   ` <20170122154753.31942-3-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:02     ` Thierry Reding
     [not found]       ` <20170125110246.GD9344-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-01-25 11:08         ` Paul Kocialkowski
     [not found]           ` <1485342488.1224.3.camel-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:14             ` Thierry Reding
2017-01-25 11:19               ` Paul Kocialkowski
     [not found] ` <20170122154753.31942-1-contact-W9ppeneeCTY@public.gmane.org>
2017-01-22 15:47   ` [PATCH v2 2/6] ARM: tegra: nyan: Use external control for bq24735 charger Paul Kocialkowski
     [not found]     ` <20170122154753.31942-2-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 10:59       ` Thierry Reding
2017-01-25 11:01         ` Paul Kocialkowski
2017-01-22 15:47   ` [PATCH v2 4/6] ARM: tegra: nyan-blaze: Include compatible revisions for proper detection Paul Kocialkowski
     [not found]     ` <20170122154753.31942-4-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:04       ` Thierry Reding
2017-01-25 10:58   ` [PATCH v2 1/6] ARM: tegra: nyan: Use proper IRQ type definitions Thierry Reding
2017-01-22 15:47 ` [PATCH v2 5/6] ARM: tegra: nyan-big: Proper pinmux for TPM i2c Paul Kocialkowski
2017-01-25 11:06   ` Thierry Reding
     [not found]     ` <20170125110644.GF9344-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-01-25 11:10       ` Jon Hunter
2017-01-25 11:16         ` Thierry Reding
2017-01-22 15:47 ` [PATCH v2 6/6] ARM: tegra: nyan-blaze: " Paul Kocialkowski
     [not found]   ` <20170122154753.31942-6-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:09     ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).