Message ID | 1348519742-20126-1-git-send-email-michael@walle.cc (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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@1 { > - label = "lschlv2:blue:func"; > + label = "lsxl:blue:func"; > gpios = <&gpio1 4 1>; > }; > > led@2 { > - label = "lschlv2:red:alarm"; > + label = "lsxl:red:alarm"; > gpios = <&gpio1 5 1>; > }; > > led@3 { > - label = "lschlv2:amber:info"; > + label = "lsxl:amber:info"; > gpios = <&gpio1 6 1>; > }; > > led@4 { > - label = "lschlv2:blue:power"; > + label = "lsxl:blue:power"; > gpios = <&gpio1 7 1>; > linux,default-trigger = "default-on"; > }; > > led@5 { > - label = "lschlv2:red:func"; > + label = "lsxl:red:func"; > gpios = <&gpio1 16 1>; > }; > };
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.
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.
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@1 { - label = "lschlv2:blue:func"; + label = "lsxl:blue:func"; gpios = <&gpio1 4 1>; }; led@2 { - label = "lschlv2:red:alarm"; + label = "lsxl:red:alarm"; gpios = <&gpio1 5 1>; }; led@3 { - label = "lschlv2:amber:info"; + label = "lsxl:amber:info"; gpios = <&gpio1 6 1>; }; led@4 { - label = "lschlv2:blue:power"; + label = "lsxl:blue:power"; gpios = <&gpio1 7 1>; linux,default-trigger = "default-on"; }; led@5 { - label = "lschlv2:red:func"; + label = "lsxl:red:func"; gpios = <&gpio1 16 1>; }; };
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(-)