ARM: dts: lpc32xx: ea3250: add SoC name prefix to board dts file
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 26 Apr 2016 21:10:31 +0000 (00:10 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Wed, 27 Apr 2016 21:39:00 +0000 (00:39 +0300)
To simplify matching of DTS files of all NXP LPC32xx powered boards by
a file name add 'lpc3250' prefix to Embedded Artists LPC3250 board dts
file.

Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/lpc3250-ea3250.dts [moved from arch/arm/boot/dts/ea3250.dts with 100% similarity]

index 95c1923..9f8b14f 100644 (file)
@@ -241,7 +241,8 @@ dtb-$(CONFIG_ARCH_LPC18XX) += \
        lpc4350-hitex-eval.dtb \
        lpc4357-ea4357-devkit.dtb
 dtb-$(CONFIG_ARCH_LPC32XX) += \
-       ea3250.dtb phy3250.dtb
+       lpc3250-ea3250.dtb \
+       phy3250.dtb
 dtb-$(CONFIG_MACH_MESON6) += \
        meson6-atv1200.dtb
 dtb-$(CONFIG_MACH_MESON8) += \