diff mbox series

[v6,5/7] arm: dts: rename mt7622-bpi-r64.dts

Message ID 20200820143758.11412-6-linux@fw-web.de
State Accepted
Commit 28e1b1df3bccc0fd47e9c2a2b058c0680b930e23
Delegated to: Tom Rini
Headers show
Series Add MTK AHCI driver, BPI-R64 dts and USB-Nodes for mt7622> | expand

Commit Message

Frank Wunderlich Aug. 20, 2020, 2:37 p.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

rename mt7622-bpi-r64.dts to mt7622-bananapi-bpi-r64.dts
to follow naming convensions

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 arch/arm/dts/Makefile                                           | 2 +-
 .../arm/dts/{mt7622-bpi-r64.dts => mt7622-bananapi-bpi-r64.dts} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/arm/dts/{mt7622-bpi-r64.dts => mt7622-bananapi-bpi-r64.dts} (100%)

Comments

Tom Rini Aug. 25, 2020, 12:17 p.m. UTC | #1
On Thu, Aug 20, 2020 at 04:37:56PM +0200, Frank Wunderlich wrote:

> From: Frank Wunderlich <frank-w@public-files.de>
> 
> rename mt7622-bpi-r64.dts to mt7622-bananapi-bpi-r64.dts
> to follow naming convensions
> 
> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index b2b5360f6d..9a28958103 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -962,7 +962,7 @@  dtb-$(CONFIG_SOC_K3_J721E) += k3-j721e-common-proc-board.dtb \
 dtb-$(CONFIG_ARCH_MEDIATEK) += \
 	mt7622-rfb.dtb \
 	mt7623a-unielec-u7623-02-emmc.dtb \
-	mt7622-bpi-r64.dtb \
+	mt7622-bananapi-bpi-r64.dtb \
 	mt7623n-bananapi-bpi-r2.dtb \
 	mt7629-rfb.dtb \
 	mt8512-bm1-emmc.dtb \
diff --git a/arch/arm/dts/mt7622-bpi-r64.dts b/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
similarity index 100%
rename from arch/arm/dts/mt7622-bpi-r64.dts
rename to arch/arm/dts/mt7622-bananapi-bpi-r64.dts