diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-26 23:10:31 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-27 23:39:00 +0200 |
commit | d9a95d57647bc93f41f13a4ec6eafc1ebef7b533 (patch) | |
tree | e389d10615595e07eb84649b6b3233de60e8c988 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: lpc32xx: ea3250: fix Atmel at24 eeprom vendor (diff) | |
download | linux-d9a95d57647bc93f41f13a4ec6eafc1ebef7b533.tar.xz linux-d9a95d57647bc93f41f13a4ec6eafc1ebef7b533.zip |
ARM: dts: lpc32xx: ea3250: add SoC name prefix to board dts file
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>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 95c1923ce6fa..9f8b14fd5b26 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -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) += \ |