* Patch "ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO" has been added to the 3.14-stable tree
@ 2015-05-15 17:14 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-05-15 17:14 UTC (permalink / raw)
To: fabio.estevam, gregkh, shawn.guo, stefan.wahren; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO
to the 3.14-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-dts-imx23-olinuxino-fix-polarity-of-led-gpio.patch
and it can be found in the queue-3.14 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From cfe8c59762244251fd9a5e281d48808095ff4090 Mon Sep 17 00:00:00 2001
From: Fabio Estevam <fabio.estevam@freescale.com>
Date: Tue, 14 Apr 2015 11:05:04 -0300
Subject: ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO
From: Fabio Estevam <fabio.estevam@freescale.com>
commit cfe8c59762244251fd9a5e281d48808095ff4090 upstream.
On imx23-olinuxino the LED turns on when level logic high is aplied to
GPIO2_1.
Fix the gpios property accordingly.
Fixes: b34aa1850244 ("ARM: dts: imx23-olinuxino: Remove unneeded "default-on"")
Reported-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm/boot/dts/imx23-olinuxino.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/arch/arm/boot/dts/imx23-olinuxino.dts
+++ b/arch/arm/boot/dts/imx23-olinuxino.dts
@@ -12,6 +12,7 @@
*/
/dts-v1/;
+#include <dt-bindings/gpio/gpio.h>
#include "imx23.dtsi"
/ {
@@ -120,7 +121,7 @@
user {
label = "green";
- gpios = <&gpio2 1 1>;
+ gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
};
};
};
Patches currently in stable-queue which might be from fabio.estevam@freescale.com are
queue-3.14/arm-dts-imx23-olinuxino-fix-dr_mode-of-usb0.patch
queue-3.14/arm-dts-imx25-add-pwm-cells-to-pwm4.patch
queue-3.14/arm-dts-imx23-olinuxino-fix-polarity-of-led-gpio.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-15 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 17:14 Patch "ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO" has been added to the 3.14-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox