* [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards
@ 2012-09-24 20:49 Michael Walle
2012-10-16 17:21 ` Michael Walle
2012-10-18 18:37 ` Jason Cooper
0 siblings, 2 replies; 4+ messages in thread
From: Michael Walle @ 2012-09-24 20:49 UTC (permalink / raw)
To: linux-arm-kernel
Don't use the specific board name in a the common device tree include file.
Instead use the common name 'lsxl'.
Signed-off-by: Michael Walle <michael@walle.cc>
---
arch/arm/boot/dts/kirkwood-lsxl.dtsi | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/kirkwood-lsxl.dtsi b/arch/arm/boot/dts/kirkwood-lsxl.dtsi
index 8ac51c0..a1dd36d 100644
--- a/arch/arm/boot/dts/kirkwood-lsxl.dtsi
+++ b/arch/arm/boot/dts/kirkwood-lsxl.dtsi
@@ -67,28 +67,28 @@
compatible = "gpio-leds";
led at 1 {
- label = "lschlv2:blue:func";
+ label = "lsxl:blue:func";
gpios = <&gpio1 4 1>;
};
led at 2 {
- label = "lschlv2:red:alarm";
+ label = "lsxl:red:alarm";
gpios = <&gpio1 5 1>;
};
led at 3 {
- label = "lschlv2:amber:info";
+ label = "lsxl:amber:info";
gpios = <&gpio1 6 1>;
};
led at 4 {
- label = "lschlv2:blue:power";
+ label = "lsxl:blue:power";
gpios = <&gpio1 7 1>;
linux,default-trigger = "default-on";
};
led at 5 {
- label = "lschlv2:red:func";
+ label = "lsxl:red:func";
gpios = <&gpio1 16 1>;
};
};
--
1.7.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards
2012-09-24 20:49 [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards Michael Walle
@ 2012-10-16 17:21 ` Michael Walle
2012-10-16 18:14 ` Jason Cooper
2012-10-18 18:37 ` Jason Cooper
1 sibling, 1 reply; 4+ messages in thread
From: Michael Walle @ 2012-10-16 17:21 UTC (permalink / raw)
To: linux-arm-kernel
Hi Andrew,
Can you pick this patch?
Am Montag 24 September 2012, 22:49:02 schrieb Michael Walle:
> Don't use the specific board name in a the common device tree include file.
> Instead use the common name 'lsxl'.
>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> arch/arm/boot/dts/kirkwood-lsxl.dtsi | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/kirkwood-lsxl.dtsi
> b/arch/arm/boot/dts/kirkwood-lsxl.dtsi index 8ac51c0..a1dd36d 100644
> --- a/arch/arm/boot/dts/kirkwood-lsxl.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-lsxl.dtsi
> @@ -67,28 +67,28 @@
> compatible = "gpio-leds";
>
> led at 1 {
> - label = "lschlv2:blue:func";
> + label = "lsxl:blue:func";
> gpios = <&gpio1 4 1>;
> };
>
> led at 2 {
> - label = "lschlv2:red:alarm";
> + label = "lsxl:red:alarm";
> gpios = <&gpio1 5 1>;
> };
>
> led at 3 {
> - label = "lschlv2:amber:info";
> + label = "lsxl:amber:info";
> gpios = <&gpio1 6 1>;
> };
>
> led at 4 {
> - label = "lschlv2:blue:power";
> + label = "lsxl:blue:power";
> gpios = <&gpio1 7 1>;
> linux,default-trigger = "default-on";
> };
>
> led at 5 {
> - label = "lschlv2:red:func";
> + label = "lsxl:red:func";
> gpios = <&gpio1 16 1>;
> };
> };
--
michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards
2012-10-16 17:21 ` Michael Walle
@ 2012-10-16 18:14 ` Jason Cooper
0 siblings, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2012-10-16 18:14 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Oct 16, 2012 at 07:21:01PM +0200, Michael Walle wrote:
>
> Hi Andrew,
>
> Can you pick this patch?
Michael,
I have it in my queue.
thx,
Jason.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards
2012-09-24 20:49 [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards Michael Walle
2012-10-16 17:21 ` Michael Walle
@ 2012-10-18 18:37 ` Jason Cooper
1 sibling, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2012-10-18 18:37 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 24, 2012 at 10:49:02PM +0200, Michael Walle wrote:
> Don't use the specific board name in a the common device tree include file.
> Instead use the common name 'lsxl'.
>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> arch/arm/boot/dts/kirkwood-lsxl.dtsi | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
Applied to:
git://git.infradead.org/users/jcooper/linux.git kirkwood/fixes
thx,
Jason.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-18 18:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 20:49 [PATCH] ARM: kirkwood: fix LEDs names for lsxl boards Michael Walle
2012-10-16 17:21 ` Michael Walle
2012-10-16 18:14 ` Jason Cooper
2012-10-18 18:37 ` Jason Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).