From: Gwenhael Goavec-Merou Date: Wed, 11 Mar 2015 15:06:00 +0000 (+0100) Subject: ARM: dts: imx28-apf28dev: fix user button polarity X-Git-Tag: v4.1-rc1~45^2~2^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=816bd40186bfc7daad1ac66f73933a52669b8482;p=karo-tx-linux.git ARM: dts: imx28-apf28dev: fix user button polarity Signed-off-by: Gwenhael Goavec-Merou Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 81e5f75529ff..1e72b0de57ea 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>; }; };