mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts
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>
This commit is contained in:
parent
d05fc47bbc
commit
29641527ac
5 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue