From: Aleksander Jan Bajkowski Date: Mon, 29 Aug 2022 18:37:17 +0000 (+0200) Subject: MIPS: dts: lantiq: rename dts files with soc name being the prefix X-Git-Tag: v6.1-rc1~213^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0153682e9e6accd1796dd6bbe9df792d03d88b1f;p=thirdparty%2Flinux.git MIPS: dts: lantiq: rename dts files with soc name being the prefix 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/lantiq/Makefile b/arch/mips/boot/dts/lantiq/Makefile index f5dfc06242b9b..ae6e3e21ebeb0 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