* [PATCH v2] ARM: dts: rename oxnas dts files
@ 2018-01-13 17:35 Daniel Golle
[not found] ` <20180113173553.GA30727-g5gK2j5usbvCyp4qypjU+w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Golle @ 2018-01-13 17:35 UTC (permalink / raw)
To: devicetree, arm, linux-arm-kernel, Neil Armstrong, Rob Herring
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>
---
v2: also apply changes in Makefile
arch/arm/boot/dts/Makefile | 4 ++--
arch/arm/boot/dts/{wd-mbwe.dts => ox810se-wd-mbwe.dts} | 0
...pogoplug-series-3.dts => ox820-cloudengines-pogoplug-series-3.dts} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename arch/arm/boot/dts/{wd-mbwe.dts => ox810se-wd-mbwe.dts} (100%)
rename arch/arm/boot/dts/{cloudengines-pogoplug-series-3.dts => ox820-cloudengines-pogoplug-series-3.dts} (100%)
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index d0381e9caf21..6a014afa0ee5 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -711,8 +711,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 \
diff --git a/arch/arm/boot/dts/wd-mbwe.dts b/arch/arm/boot/dts/ox810se-wd-mbwe.dts
similarity index 100%
rename from arch/arm/boot/dts/wd-mbwe.dts
rename to arch/arm/boot/dts/ox810se-wd-mbwe.dts
diff --git a/arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
similarity index 100%
rename from arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
rename to arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20180113173553.GA30727-g5gK2j5usbvCyp4qypjU+w@public.gmane.org>]
* Re: [PATCH v2] ARM: dts: rename oxnas dts files [not found] ` <20180113173553.GA30727-g5gK2j5usbvCyp4qypjU+w@public.gmane.org> @ 2018-01-15 14:45 ` Arnd Bergmann [not found] ` <CAK8P3a1NUww8pGWr=gvxSDk4p7Emoq9NJyGfs8N86bU_sqgnpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Arnd Bergmann @ 2018-01-15 14:45 UTC (permalink / raw) To: Daniel Golle; +Cc: DTML, arm-soc, Linux ARM, Neil Armstrong, Rob Herring On Sat, Jan 13, 2018 at 6:35 PM, Daniel Golle <daniel-g5gK2j5usbvCyp4qypjU+w@public.gmane.org> wrote: > 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-g5gK2j5usbvCyp4qypjU+w@public.gmane.org> There are few changes to oxnas in general, and Neil doesn't appear to be around to ask at the moment. I assume he doesn't mind me picking it up into next/dt directly. Merged now, thanks, Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAK8P3a1NUww8pGWr=gvxSDk4p7Emoq9NJyGfs8N86bU_sqgnpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH v2] ARM: dts: rename oxnas dts files [not found] ` <CAK8P3a1NUww8pGWr=gvxSDk4p7Emoq9NJyGfs8N86bU_sqgnpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2018-01-15 14:54 ` Neil Armstrong 0 siblings, 0 replies; 3+ messages in thread From: Neil Armstrong @ 2018-01-15 14:54 UTC (permalink / raw) To: Arnd Bergmann, Daniel Golle; +Cc: DTML, arm-soc, Linux ARM, Rob Herring On 15/01/2018 15:45, Arnd Bergmann wrote: > On Sat, Jan 13, 2018 at 6:35 PM, Daniel Golle <daniel-g5gK2j5usbvCyp4qypjU+w@public.gmane.org> wrote: >> 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-g5gK2j5usbvCyp4qypjU+w@public.gmane.org> > > There are few changes to oxnas in general, and Neil doesn't appear to be around > to ask at the moment. > I assume he doesn't mind me picking it up into next/dt directly. > > Merged now, thanks, > > Arnd > Hi Daniel, Thanks for pushing this change, these a low-priority supported devices, OK to rename them. (I must no forget to changes my test scripts, or I will get a huge headache) Arnd, thanks for taking this directly. Neil -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-15 14:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-13 17:35 [PATCH v2] ARM: dts: rename oxnas dts files Daniel Golle
[not found] ` <20180113173553.GA30727-g5gK2j5usbvCyp4qypjU+w@public.gmane.org>
2018-01-15 14:45 ` Arnd Bergmann
[not found] ` <CAK8P3a1NUww8pGWr=gvxSDk4p7Emoq9NJyGfs8N86bU_sqgnpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-15 14:54 ` Neil Armstrong
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).