diff mbox series

ARM: dts: socfpga: Rename socfpga_cyclone5_de0_{sockit, nano_soc}

Message ID 20180829151504.12013-1-marex@denx.de (mailing list archive)
State New, archived
Headers show
Series ARM: dts: socfpga: Rename socfpga_cyclone5_de0_{sockit, nano_soc} | expand

Commit Message

Marek Vasut Aug. 29, 2018, 3:15 p.m. UTC
Rename DT source for DE0 Nano SoC . The board name is really DE0-Nano-SoC
or Atlas SoC, and it is not to be confused with SoCkit board, which is a
different one. Rename the DT source file to match the board name and to
avoid this possible mixup with another different board.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
---
 arch/arm/boot/dts/Makefile                                      | 2 +-
 ...yclone5_de0_sockit.dts => socfpga_cyclone5_de0_nano_soc.dts} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/arm/boot/dts/{socfpga_cyclone5_de0_sockit.dts => socfpga_cyclone5_de0_nano_soc.dts} (100%)

Comments

Dinh Nguyen Aug. 30, 2018, 1:31 p.m. UTC | #1
On 08/29/2018 10:15 AM, Marek Vasut wrote:
> Rename DT source for DE0 Nano SoC . The board name is really DE0-Nano-SoC
> or Atlas SoC, and it is not to be confused with SoCkit board, which is a
> different one. Rename the DT source file to match the board name and to
> avoid this possible mixup with another different board.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Dinh Nguyen <dinguyen@kernel.org>
> Cc: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  arch/arm/boot/dts/Makefile                                      | 2 +-
>  ...yclone5_de0_sockit.dts => socfpga_cyclone5_de0_nano_soc.dts} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename arch/arm/boot/dts/{socfpga_cyclone5_de0_sockit.dts => socfpga_cyclone5_de0_nano_soc.dts} (100%)

Applied!

Thanks,
Dinh
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 92dc4f05cf23..af881dce7ab4 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -892,7 +892,7 @@  dtb-$(CONFIG_ARCH_SOCFPGA) += \
 	socfpga_arria10_socdk_sdmmc.dtb \
 	socfpga_cyclone5_mcvevk.dtb \
 	socfpga_cyclone5_socdk.dtb \
-	socfpga_cyclone5_de0_sockit.dtb \
+	socfpga_cyclone5_de0_nano_soc.dtb \
 	socfpga_cyclone5_sockit.dtb \
 	socfpga_cyclone5_socrates.dtb \
 	socfpga_cyclone5_sodia.dtb \
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts b/arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts
similarity index 100%
rename from arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts
rename to arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts