oxnas: bring in new oxnas target
[oweals/openwrt.git] / target / linux / oxnas / patches-4.14 / 0001-ARM-dts-rename-oxnas-dts-files.patch
1 From a9d2b105ccd23e07e3dd99d010a34bd5d1c95b42 Mon Sep 17 00:00:00 2001
2 From: Daniel Golle <daniel@makrotopia.org>
3 Date: Sat, 13 Jan 2018 18:35:59 +0100
4 Subject: [PATCH 1/3] ARM: dts: rename oxnas dts files
5
6 Other platforms' device-tree files start with a platform prefix, such as
7 sun7i-a20-*.dts or at91-*.dts.
8 This naming scheme turns out to be handy when using multi-platform build
9 systems such as OpenWrt.
10 Prepend oxnas files with their platform prefix to comply with the naming
11 scheme already used for most other platforms.
12
13 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
14 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 ---
16  arch/arm/boot/dts/Makefile                                    | 4 ++--
17  arch/arm/boot/dts/{wd-mbwe.dts => ox810se-wd-mbwe.dts}        | 0
18  ...-series-3.dts => ox820-cloudengines-pogoplug-series-3.dts} | 0
19  3 files changed, 2 insertions(+), 2 deletions(-)
20  rename arch/arm/boot/dts/{wd-mbwe.dts => ox810se-wd-mbwe.dts} (100%)
21  rename arch/arm/boot/dts/{cloudengines-pogoplug-series-3.dts => ox820-cloudengines-pogoplug-series-3.dts} (100%)
22
23 diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
24 index eff87a344566..1ae23ffa6ff4 100644
25 --- a/arch/arm/boot/dts/Makefile
26 +++ b/arch/arm/boot/dts/Makefile
27 @@ -685,8 +685,8 @@ dtb-$(CONFIG_ARCH_ACTIONS) += \
28  dtb-$(CONFIG_ARCH_PRIMA2) += \
29         prima2-evb.dtb
30  dtb-$(CONFIG_ARCH_OXNAS) += \
31 -       wd-mbwe.dtb \
32 -       cloudengines-pogoplug-series-3.dtb
33 +       ox810se-wd-mbwe.dtb \
34 +       ox820-cloudengines-pogoplug-series-3.dtb
35  dtb-$(CONFIG_ARCH_QCOM) += \
36         qcom-apq8060-dragonboard.dtb \
37         qcom-apq8064-arrow-sd-600eval.dtb \
38 diff --git a/arch/arm/boot/dts/wd-mbwe.dts b/arch/arm/boot/dts/ox810se-wd-mbwe.dts
39 similarity index 100%
40 rename from arch/arm/boot/dts/wd-mbwe.dts
41 rename to arch/arm/boot/dts/ox810se-wd-mbwe.dts
42 diff --git a/arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
43 similarity index 100%
44 rename from arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
45 rename to arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
46 -- 
47 2.17.1
48