]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 7 Mar 2022 14:29:41 +0000 (16:29 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 1 Apr 2022 12:42:46 +0000 (15:42 +0300)
In Linux this DT file is named at91-sama7g5ek.dts. Rename it accordingly.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
arch/arm/dts/Makefile
arch/arm/dts/at91-sama7g5ek-u-boot.dtsi [moved from arch/arm/dts/sama7g5ek-u-boot.dtsi with 89% similarity]
arch/arm/dts/at91-sama7g5ek.dts [moved from arch/arm/dts/sama7g5ek.dts with 99% similarity]
configs/sama7g5ek_mmc1_defconfig
configs/sama7g5ek_mmc_defconfig

index beaaf15131cbcc740739d33cb2ac8f9de333d399..1c2de0a4d141170306023c0ea15ec2ae0b4f27a4 100644 (file)
@@ -1046,7 +1046,7 @@ dtb-$(CONFIG_TARGET_OMAP5_UEVM) += \
        omap5-uevm.dtb
 
 dtb-$(CONFIG_TARGET_SAMA7G5EK) += \
-       sama7g5ek.dtb
+       at91-sama7g5ek.dtb
 
 dtb-$(CONFIG_TARGET_SAMA5D2_PTC_EK) += \
        at91-sama5d2_ptc_ek.dtb
similarity index 89%
rename from arch/arm/dts/sama7g5ek-u-boot.dtsi
rename to arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
index 5e1a0d53a5335aa30254107bfcedf372a4e56050..652464f1e84f5b5d4667e2d02a751426e2567ba8 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 /*
- * sama7g5ek-u-boot.dts - Device Tree file for SAMA7G5 SoC u-boot properties.
+ * at91-sama7g5ek-u-boot.dtsi - Device Tree file for SAMA7G5 SoC u-boot
+ * properties.
  *
  * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries
  *
similarity index 99%
rename from arch/arm/dts/sama7g5ek.dts
rename to arch/arm/dts/at91-sama7g5ek.dts
index ac6f23f64e00b7ed5bcb153ace17179b2959ca3c..38b324575176c5da46795c55ef96ce8368dba0ff 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+ OR MIT
 /*
- * sama7g5ek.dts - Device Tree file for SAMA7G5 EK
+ * at91-sama7g5ek.dts - Device Tree file for SAMA7G5 EK
  *                SAMA7G5 Evaluation Kit
  *
  *  Copyright (c) 2020, Microchip Technology Inc.
index a4912687340026effb11445a36f13fe7a58d5da7..4ad8115d3a0a49c465476b9e26fad018646d80e6 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_SYS_MEMTEST_START=0x60000000
 CONFIG_SYS_MEMTEST_END=0x70000000
 CONFIG_ENV_SIZE=0x4000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="sama7g5ek"
+CONFIG_DEFAULT_DEVICE_TREE="at91-sama7g5ek"
 CONFIG_DEBUG_UART_BOARD_INIT=y
 CONFIG_DEBUG_UART_BASE=0xe1824200
 CONFIG_DEBUG_UART_CLOCK=200000000
index 6891baac039cb612f5eb4531e438b43545c34ce8..7bbe6565efb591b2051981a835357756367b2397 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_SYS_MEMTEST_START=0x60000000
 CONFIG_SYS_MEMTEST_END=0x70000000
 CONFIG_ENV_SIZE=0x4000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="sama7g5ek"
+CONFIG_DEFAULT_DEVICE_TREE="at91-sama7g5ek"
 CONFIG_DEBUG_UART_BOARD_INIT=y
 CONFIG_DEBUG_UART_BASE=0xe1824200
 CONFIG_DEBUG_UART_CLOCK=200000000