public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity
@ 2015-03-11 15:06 Gwenhael Goavec-Merou
  2015-03-11 15:06 ` [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button Gwenhael Goavec-Merou
  2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
  0 siblings, 2 replies; 4+ messages in thread
From: Gwenhael Goavec-Merou @ 2015-03-11 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx28-apf28dev.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
index 81e5f75..1e72b0d 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -223,7 +223,7 @@
 
 		user-button {
 			label = "User button";
-			gpios = <&gpio0 17 0>;
+			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
 			linux,code = <0x100>;
 		};
 	};
-- 
2.0.5

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

end of thread, other threads:[~2015-03-23 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 15:06 [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity Gwenhael Goavec-Merou
2015-03-11 15:06 ` [PATCH 2/2] ARM: dts: imx28-apf28dev: add wakeup function to user button Gwenhael Goavec-Merou
2015-03-23 10:40 ` [PATCH 1/2] ARM: dts: imx28-apf28dev: fix user button polarity gwenhael.goavec
2015-03-23 13:24   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox