linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: dts: lantiq: rename dts files with soc name being the prefix
@ 2022-08-29 18:37 Aleksander Jan Bajkowski
  2022-09-26  9:08 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2022-08-29 18:37 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, tsbogend, olek2, devicetree,
	linux-mips, linux-kernel

Rename lantiq dts files with soc name being the prefix, so that the
board dts file can be located easily by soc name, and we also gain
the consistency of naming.

This patch is a preparation for the addition of dts for newer SoCs
(Lantiq ARX100, VRX200 and xRX330).

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/boot/dts/lantiq/Makefile                              | 2 +-
 .../boot/dts/lantiq/{easy50712.dts => danube_easy50712.dts}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/mips/boot/dts/lantiq/{easy50712.dts => danube_easy50712.dts} (100%)

diff --git a/arch/mips/boot/dts/lantiq/Makefile b/arch/mips/boot/dts/lantiq/Makefile
index f5dfc06242b9..ae6e3e21ebeb 100644
--- a/arch/mips/boot/dts/lantiq/Makefile
+++ b/arch/mips/boot/dts/lantiq/Makefile
@@ -1,4 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-dtb-$(CONFIG_DT_EASY50712)	+= easy50712.dtb
+dtb-$(CONFIG_DT_EASY50712)	+= danube_easy50712.dtb
 
 obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))
diff --git a/arch/mips/boot/dts/lantiq/easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
similarity index 100%
rename from arch/mips/boot/dts/lantiq/easy50712.dts
rename to arch/mips/boot/dts/lantiq/danube_easy50712.dts
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: dts: lantiq: rename dts files with soc name being the prefix
  2022-08-29 18:37 [PATCH] MIPS: dts: lantiq: rename dts files with soc name being the prefix Aleksander Jan Bajkowski
@ 2022-09-26  9:08 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-09-26  9:08 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-mips, linux-kernel

On Mon, Aug 29, 2022 at 08:37:17PM +0200, Aleksander Jan Bajkowski wrote:
> Rename lantiq dts files with soc name being the prefix, so that the
> board dts file can be located easily by soc name, and we also gain
> the consistency of naming.
> 
> This patch is a preparation for the addition of dts for newer SoCs
> (Lantiq ARX100, VRX200 and xRX330).
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  arch/mips/boot/dts/lantiq/Makefile                              | 2 +-
>  .../boot/dts/lantiq/{easy50712.dts => danube_easy50712.dts}     | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename arch/mips/boot/dts/lantiq/{easy50712.dts => danube_easy50712.dts} (100%)
> 
> diff --git a/arch/mips/boot/dts/lantiq/Makefile b/arch/mips/boot/dts/lantiq/Makefile
> index f5dfc06242b9..ae6e3e21ebeb 100644
> --- a/arch/mips/boot/dts/lantiq/Makefile
> +++ b/arch/mips/boot/dts/lantiq/Makefile
> @@ -1,4 +1,4 @@
>  # SPDX-License-Identifier: GPL-2.0
> -dtb-$(CONFIG_DT_EASY50712)	+= easy50712.dtb
> +dtb-$(CONFIG_DT_EASY50712)	+= danube_easy50712.dtb
>  
>  obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))
> diff --git a/arch/mips/boot/dts/lantiq/easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> similarity index 100%
> rename from arch/mips/boot/dts/lantiq/easy50712.dts
> rename to arch/mips/boot/dts/lantiq/danube_easy50712.dts
> -- 
> 2.30.2

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-26  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 18:37 [PATCH] MIPS: dts: lantiq: rename dts files with soc name being the prefix Aleksander Jan Bajkowski
2022-09-26  9:08 ` Thomas Bogendoerfer

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).