OSDN Git Service

ARM: dts: rename oxnas dts files
authorDaniel Golle <daniel@makrotopia.org>
Sat, 13 Jan 2018 17:35:59 +0000 (18:35 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 15 Jan 2018 13:11:01 +0000 (14:11 +0100)
Other platforms' device-tree files start with a platform prefix, such as
sun7i-a20-*.dts or at91-*.dts.
This naming scheme turns out to be handy when using multi-platform build
systems such as OpenWrt.
Prepend oxnas files with their platform prefix to comply with the naming
scheme already used for most other platforms.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/ox810se-wd-mbwe.dts [moved from arch/arm/boot/dts/wd-mbwe.dts with 100% similarity]
arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts [moved from arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts with 100% similarity]

index f3d22db..ade7a38 100644 (file)
@@ -734,8 +734,8 @@ dtb-$(CONFIG_ARCH_ACTIONS) += \
 dtb-$(CONFIG_ARCH_PRIMA2) += \
        prima2-evb.dtb
 dtb-$(CONFIG_ARCH_OXNAS) += \
-       wd-mbwe.dtb \
-       cloudengines-pogoplug-series-3.dtb
+       ox810se-wd-mbwe.dtb \
+       ox820-cloudengines-pogoplug-series-3.dtb
 dtb-$(CONFIG_ARCH_QCOM) += \
        qcom-apq8060-dragonboard.dtb \
        qcom-apq8064-arrow-sd-600eval.dtb \