[PATCH 15/16] ARM: Kirkwood: Describe iConnect LEDs in DT.
From: Arnaud Patard Rtp <hidden>
Date: 2012-07-31 07:08:53
Andrew Lunn [off-list ref] writes:
On Mon, Jul 30, 2012 at 10:35:34PM +0100, Adam Baker wrote:quoted
On 20/07/12 18:35, Andrew Lunn wrote: Sorry it's taken a while to spot this but I've got one comment belowquoted
Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- arch/arm/boot/dts/kirkwood-iconnect.dts | 34 +++++++++++++++++++++++ arch/arm/mach-kirkwood/board-iconnect.c | 46 ------------------------------- 2 files changed, 34 insertions(+), 46 deletions(-)diff --git a/arch/arm/boot/dts/kirkwood-iconnect.dts b/arch/arm/boot/dts/kirkwood-iconnect.dts index a7dd07b..b77b38f 100644 --- a/arch/arm/boot/dts/kirkwood-iconnect.dts +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts@@ -31,4 +31,38 @@ status = "ok"; }; }; + gpio-leds { + compatible = "gpio-leds"; + + led-level { + label = "led_level"; + gpios = <&gpio1 9 0>; + linux,default-trigger = "default-on"; + }; + power-blue { + label = "power:blue"; + gpios = <&gpio1 11 0>; + linux,default-trigger = "timer"; + };Is there any reason that power:red is missing here?The monkey driving the keyboard is not reliable at monkey work... Please create a patch and i will try to get it into rc1.
There's already a patch for that in your mailbox ("ARM: Kirkwood: Fix
iconnect leds"). I guess you're not yet fully awake :)
Arnaud