diff mbox

[1/2] ARM: dts: imx28-apf28dev: fix user button polarity

Message ID 1426086361-32933-1-git-send-email-gwenhael.goavec-merou@armadeus.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gwenhael Goavec-Merou March 11, 2015, 3:06 p.m. UTC
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(-)

Comments

Gwenhael Goavec-Merou March 23, 2015, 10:40 a.m. UTC | #1
ping?

On Wed, 11 Mar 2015 16:06:00 +0100
Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> wrote:

> 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
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
Shawn Guo March 23, 2015, 1:24 p.m. UTC | #2
On Mon, Mar 23, 2015 at 11:40:29AM +0100, gwenhael.goavec wrote:
> ping?

I applied both patches last week, but forgot replying to let you know.
Sorry.

Shawn
diff mbox

Patch

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>;
 		};
 	};