[PATCH 0/4] Add a DT description of LaCie 2Big and 5Big Network v2
Andrew Lunn
andrew at lunn.ch
Thu Apr 17 09:08:54 PDT 2014
This patchset adds a DT description for LaCie 2Big and 5Big, one of
the last remaining boards in mach-kirkwood. The LEDs cannot be
described in DT, since there is no binding yet for the device which
controls them. So a board file is added for that part.
These patches are build tested only. It would be good if somebody
could boot them.
Andrew Lunn (4):
ARM: Kirkwood: Add board file for netxbig LEDs
ARM: Kirkwood: Add DT descriptions for net2big and net5big.
ARM: MVEBU: Add LaCie 2Big and 5Big Network v2
ARM: MULTI_V5: Enable LaCie 2Big and 5Big Network v2
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/kirkwood-net2big.dts | 25 +++++
arch/arm/boot/dts/kirkwood-net5big.dts | 67 +++++++++++
arch/arm/boot/dts/kirkwood-netxbig.dtsi | 182 ++++++++++++++++++++++++++++++
arch/arm/configs/multi_v5_defconfig | 1 +
arch/arm/configs/mvebu_v5_defconfig | 1 +
arch/arm/mach-mvebu/Kconfig | 7 ++
arch/arm/mach-mvebu/Makefile | 1 +
arch/arm/mach-mvebu/board-netxbig.c | 191 ++++++++++++++++++++++++++++++++
arch/arm/mach-mvebu/board.h | 6 +
arch/arm/mach-mvebu/kirkwood.c | 3 +
11 files changed, 486 insertions(+)
create mode 100644 arch/arm/boot/dts/kirkwood-net2big.dts
create mode 100644 arch/arm/boot/dts/kirkwood-net5big.dts
create mode 100644 arch/arm/boot/dts/kirkwood-netxbig.dtsi
create mode 100644 arch/arm/mach-mvebu/board-netxbig.c
--
1.9.2
More information about the linux-arm-kernel
mailing list