diff options
author | Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> | 2015-03-11 16:06:00 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-30 10:43:49 +0200 |
commit | 816bd40186bfc7daad1ac66f73933a52669b8482 (patch) | |
tree | 3f2a29799498fe0827b7f32253e0e79ab4c29cc4 /arch/arm | |
parent | ARM: dts: imx25-pinfunc: remove input values for pinfuncs without input register (diff) | |
download | linux-816bd40186bfc7daad1ac66f73933a52669b8482.tar.xz linux-816bd40186bfc7daad1ac66f73933a52669b8482.zip |
ARM: dts: imx28-apf28dev: fix user button polarity
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx28-apf28dev.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; |