aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-22 17:26:39 -0400
committerJason Cooper <jason@lakedaemon.net>2014-04-26 15:45:24 -0400
commit94b0bd366e36379c994bdaa84f18355702212eb4 (patch)
tree6674aca65f7081eb6aa8b6dfd09eba046e82b163 /arch/arm/boot/dts/Makefile
parent065194a06b4187f9c1f4a37951904534291fb85b (diff)
ARM: orion5x: convert d2net to Device Tree
This commit converts the LaCie d2 Network platform to the Device Tree. All devices except LEDs are converted, because the LED code needs a non-LED GPIO to be set to a given value for the LEDs to work, and this cannot yet be easily represented in DT. Also, references to the LaCie Big Disk Network platform are lost, because this platform apparently has exactly the same hardware support as the LaCie d2 Network, so their Device Tree files would be identical. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Link: https://lkml.kernel.org/r/1398202002-28530-36-git-send-email-thomas.petazzoni@free-electrons.com Cc: Simon Guinot <sguinot@lacie.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index f7943a8d3764..59397c267382 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -289,7 +289,8 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
289 am43x-epos-evm.dtb \ 289 am43x-epos-evm.dtb \
290 am437x-gp-evm.dtb \ 290 am437x-gp-evm.dtb \
291 dra7-evm.dtb 291 dra7-evm.dtb
292dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb \ 292dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-d2-network.dtb \
293 orion5x-lacie-ethernet-disk-mini-v2.dtb \
293 orion5x-rd88f5182-nas.dtb 294 orion5x-rd88f5182-nas.dtb
294dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb 295dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
295dtb-$(CONFIG_ARCH_QCOM) += qcom-msm8660-surf.dtb \ 296dtb-$(CONFIG_ARCH_QCOM) += qcom-msm8660-surf.dtb \