From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch] ARM: Kirkwood: Fix iconnect leds
Date: Mon, 13 Aug 2012 16:33:19 +0200 [thread overview]
Message-ID: <20120813143319.GF12756@lunn.ch> (raw)
In-Reply-To: <20120805203610.540496769@rtp-net.org>
On Sun, Aug 05, 2012 at 10:35:56PM +0200, Arnaud Patard wrote:
> While converting, a led has been missed leading to wrong power blue led
> definition. Add it back and fix the gpio used on the power blue led.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Jason, please channel this towards t3.6-rc2
Andrew
>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> Index: alunn/arch/arm/boot/dts/kirkwood-iconnect.dts
> ===================================================================
> --- alunn.orig/arch/arm/boot/dts/kirkwood-iconnect.dts 2012-07-20 09:14:45.000000000 +0200
> +++ alunn/arch/arm/boot/dts/kirkwood-iconnect.dts 2012-07-25 23:46:51.039862074 +0200
> @@ -41,9 +41,13 @@
> };
> power-blue {
> label = "power:blue";
> - gpios = <&gpio1 11 0>;
> + gpios = <&gpio1 10 0>;
> linux,default-trigger = "timer";
> };
> + power-red {
> + label = "power:red";
> + gpios = <&gpio1 11 0>;
> + };
> usb1 {
> label = "usb1:blue";
> gpios = <&gpio1 12 0>;
>
>
next prev parent reply other threads:[~2012-08-13 14:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-05 20:35 [patch] ARM: Kirkwood: Fix iconnect leds Arnaud Patard (Rtp)
2012-08-13 14:33 ` Andrew Lunn [this message]
2012-08-14 19:40 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120813143319.GF12756@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.