]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: dts: lantiq: rename dts files with soc name being the prefix
authorAleksander Jan Bajkowski <olek2@wp.pl>
Mon, 29 Aug 2022 18:37:17 +0000 (20:37 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 Sep 2022 13:35:03 +0000 (15:35 +0200)
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>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/lantiq/Makefile
arch/mips/boot/dts/lantiq/danube_easy50712.dts [moved from arch/mips/boot/dts/lantiq/easy50712.dts with 100% similarity]

index f5dfc06242b9b7bf826ec77f00f47374d79b8106..ae6e3e21ebeb0753a6336ac3f97e2df78a7b2b51 100644 (file)
@@ -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))