diff mbox series

[v2,1/2] ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts

Message ID 20220307125510.2428928-1-eugen.hristev@microchip.com
State Superseded
Delegated to: Eugen Hristev
Headers show
Series [v2,1/2] ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts | expand

Commit Message

Eugen Hristev March 7, 2022, 12:55 p.m. UTC
In Linux this DT file is named at91-sama7g5ek.dts. Rename it accordingly.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
Changes in v2:
- rename also sama7g5ek-u-boot.dtsi


 arch/arm/dts/Makefile                                           | 2 +-
 .../dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi}   | 0
 arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts}              | 0
 configs/sama7g5ek_mmc1_defconfig                                | 2 +-
 configs/sama7g5ek_mmc_defconfig                                 | 2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename arch/arm/dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi} (100%)
 rename arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts} (100%)

Comments

Tudor Ambarus March 7, 2022, 1:48 p.m. UTC | #1
On 3/7/22 14:55, Eugen Hristev wrote:
> In Linux this DT file is named at91-sama7g5ek.dts. Rename it accordingly.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
> Changes in v2:
> - rename also sama7g5ek-u-boot.dtsi
> 
you missed comment on previous patch set.

Shall you update the description too?
arch/arm/dts/at91-sama7g5ek-u-boot.dtsi: * sama7g5ek-u-boot.dts - Device Tree file for SAMA7G5 SoC u-boot properties.
arch/arm/dts/at91-sama7g5ek.dts: * sama7g5ek.dts - Device Tree file for SAMA7G5 EK

>  arch/arm/dts/Makefile                                           | 2 +-
>  .../dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi}   | 0
>  arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts}              | 0
>  configs/sama7g5ek_mmc1_defconfig                                | 2 +-
>  configs/sama7g5ek_mmc_defconfig                                 | 2 +-
>  5 files changed, 3 insertions(+), 3 deletions(-)
>  rename arch/arm/dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi} (100%)
>  rename arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts} (100%)
> 
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 960f1a9fd4..771115dc53 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -1044,7 +1044,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
> diff --git a/arch/arm/dts/sama7g5ek-u-boot.dtsi b/arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
> similarity index 100%
> rename from arch/arm/dts/sama7g5ek-u-boot.dtsi
> rename to arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
> diff --git a/arch/arm/dts/sama7g5ek.dts b/arch/arm/dts/at91-sama7g5ek.dts
> similarity index 100%
> rename from arch/arm/dts/sama7g5ek.dts
> rename to arch/arm/dts/at91-sama7g5ek.dts
> diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
> index 15a5c54e75..2da3fd0e68 100644
> --- a/configs/sama7g5ek_mmc1_defconfig
> +++ b/configs/sama7g5ek_mmc1_defconfig
> @@ -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
> diff --git a/configs/sama7g5ek_mmc_defconfig b/configs/sama7g5ek_mmc_defconfig
> index 7abd5c8a38..a33f794494 100644
> --- a/configs/sama7g5ek_mmc_defconfig
> +++ b/configs/sama7g5ek_mmc_defconfig
> @@ -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
Eugen Hristev March 7, 2022, 1:55 p.m. UTC | #2
On 3/7/22 3:48 PM, Tudor Ambarus - M18064 wrote:
> On 3/7/22 14:55, Eugen Hristev wrote:
>> In Linux this DT file is named at91-sama7g5ek.dts. Rename it accordingly.
>>
>> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
>> ---
>> Changes in v2:
>> - rename also sama7g5ek-u-boot.dtsi
>>
> you missed comment on previous patch set.
> 
> Shall you update the description too?
> arch/arm/dts/at91-sama7g5ek-u-boot.dtsi: * sama7g5ek-u-boot.dts - Device Tree file for SAMA7G5 SoC u-boot properties.
> arch/arm/dts/at91-sama7g5ek.dts: * sama7g5ek.dts - Device Tree file for SAMA7G5 EK

Okay, for at91-sama7g5ek.dts this is done in patch 2/2 but I can move it 
in this patch, and at91-sama7g5ek-u-boot.dtsi has to be changed.

Thanks

> 
>>   arch/arm/dts/Makefile                                           | 2 +-
>>   .../dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi}   | 0
>>   arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts}              | 0
>>   configs/sama7g5ek_mmc1_defconfig                                | 2 +-
>>   configs/sama7g5ek_mmc_defconfig                                 | 2 +-
>>   5 files changed, 3 insertions(+), 3 deletions(-)
>>   rename arch/arm/dts/{sama7g5ek-u-boot.dtsi => at91-sama7g5ek-u-boot.dtsi} (100%)
>>   rename arch/arm/dts/{sama7g5ek.dts => at91-sama7g5ek.dts} (100%)
>>
>> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
>> index 960f1a9fd4..771115dc53 100644
>> --- a/arch/arm/dts/Makefile
>> +++ b/arch/arm/dts/Makefile
>> @@ -1044,7 +1044,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
>> diff --git a/arch/arm/dts/sama7g5ek-u-boot.dtsi b/arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
>> similarity index 100%
>> rename from arch/arm/dts/sama7g5ek-u-boot.dtsi
>> rename to arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
>> diff --git a/arch/arm/dts/sama7g5ek.dts b/arch/arm/dts/at91-sama7g5ek.dts
>> similarity index 100%
>> rename from arch/arm/dts/sama7g5ek.dts
>> rename to arch/arm/dts/at91-sama7g5ek.dts
>> diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
>> index 15a5c54e75..2da3fd0e68 100644
>> --- a/configs/sama7g5ek_mmc1_defconfig
>> +++ b/configs/sama7g5ek_mmc1_defconfig
>> @@ -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
>> diff --git a/configs/sama7g5ek_mmc_defconfig b/configs/sama7g5ek_mmc_defconfig
>> index 7abd5c8a38..a33f794494 100644
>> --- a/configs/sama7g5ek_mmc_defconfig
>> +++ b/configs/sama7g5ek_mmc_defconfig
>> @@ -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
>
diff mbox series

Patch

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 960f1a9fd4..771115dc53 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1044,7 +1044,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
diff --git a/arch/arm/dts/sama7g5ek-u-boot.dtsi b/arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
similarity index 100%
rename from arch/arm/dts/sama7g5ek-u-boot.dtsi
rename to arch/arm/dts/at91-sama7g5ek-u-boot.dtsi
diff --git a/arch/arm/dts/sama7g5ek.dts b/arch/arm/dts/at91-sama7g5ek.dts
similarity index 100%
rename from arch/arm/dts/sama7g5ek.dts
rename to arch/arm/dts/at91-sama7g5ek.dts
diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
index 15a5c54e75..2da3fd0e68 100644
--- a/configs/sama7g5ek_mmc1_defconfig
+++ b/configs/sama7g5ek_mmc1_defconfig
@@ -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
diff --git a/configs/sama7g5ek_mmc_defconfig b/configs/sama7g5ek_mmc_defconfig
index 7abd5c8a38..a33f794494 100644
--- a/configs/sama7g5ek_mmc_defconfig
+++ b/configs/sama7g5ek_mmc_defconfig
@@ -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