[PATCH v2] ARM: dts: Convert Linkstation Mini to Device Tree
Andrew Lunn
andrew at lunn.ch
Sat Jul 18 11:52:38 PDT 2015
On Tue, Jul 14, 2015 at 04:54:01PM +0200, Benjamin Cama wrote:
> The name of the file better reflects the manufacturer's device name
> (LS-WSGL) than the original (lsmini), which exists in a kirkwood version
> too.
>
> Signed-off-by: Benjamin Cama <benoar at dolka.fr>
> ---
> Alexey, Thomas,
>
> I need your approval to change the license, as Jason and Andrew
> suggested using dual licensing. Do you agree with it?
>
> The changes since the first version are:
> * the license change;
> * the more precise attribution to Alexey;
> * gpio keys are now named, even if I find them not to be the good ones;
> at least they fit with the old numbers and the recently submitted
> LS-WSXL scheme;
> * added "earlyprintk" to the command-line
>
> I did not rename the leds to be like LS-WSXL, as they are a bit
> different. I also did not take time to look at the NOR flash layout to
> separate uboot from the config (that must be all there is in these
> 256KB).
>
> Hope the patch is OK like that. Sorry for the long delay, I spent quite
> some time on the IRQ0 fix, and did not have so much of it lately???
>
> arch/arm/boot/dts/Makefile | 3 +-
> arch/arm/boot/dts/orion5x-lswsgl.dts | 276 ++++++++++++++++++++++++++++++++++
> arch/arm/mach-orion5x/Kconfig | 6 +-
> arch/arm/mach-orion5x/lsmini-setup.c | 280 -----------------------------------
> 4 files changed, 281 insertions(+), 284 deletions(-)
> create mode 100644 arch/arm/boot/dts/orion5x-lswsgl.dts
> delete mode 100644 arch/arm/mach-orion5x/lsmini-setup.c
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 992736b..bd5ad2f 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -441,7 +441,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \
> orion5x-lacie-d2-network.dtb \
> orion5x-lacie-ethernet-disk-mini-v2.dtb \
> orion5x-maxtor-shared-storage-2.dtb \
> - orion5x-rd88f5182-nas.dtb
> + orion5x-rd88f5182-nas.dtb \
> + orion5x-lswsgl.dtb
Hi Benjamin
Please keep these in alphabetical order.
Other than that:
Acked-by: Andrew Lunn <andrew at lunn.ch>
Thanks
Andrew
More information about the linux-arm-kernel
mailing list