]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: renesas: Stop using the -u-boot DTs for build
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 17 Mar 2024 06:23:38 +0000 (07:23 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 18 Apr 2024 03:20:45 +0000 (05:20 +0200)
The U-Boot build system can automatically paste -u-boot.dtsi at the
end of matching .dts during build. Stop emulating this behavior and
rename the -u-boot.dts files to -u-boot.dtsi, drop "#include...dts"
from those new u-boot.dtsi files, and update board configuration
accordingly.

The rename, '#include...dts` scrubbing and configuration update has
been done using the following script:
```
$ find . -name r[78]\*-u-boot.dts | sort -u | while read line ; do \
  git mv ${line%-u-boot.dts}-u-boot.dts ${line%-u-boot.dts}-u-boot.dtsi ; \
  done
$ sed -i '/^#include.*dts"/ d' `find . -name r[78]\*-u-boot.dtsi`
$ sed -i 's@-u-boot@@g' `git grep -li renesas configs`
```
The Salvator-X and ULCB board files have been updated manually.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Adam Ford <aford173@gmail.com>
55 files changed:
arch/arm/dts/Makefile
arch/arm/dts/r7s72100-gr-peach-u-boot.dtsi [moved from arch/arm/dts/r7s72100-gr-peach-u-boot.dts with 97% similarity]
arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi [moved from arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts with 91% similarity]
arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi [moved from arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dts with 91% similarity]
arch/arm/dts/r8a774c0-ek874-u-boot.dtsi [moved from arch/arm/dts/r8a774c0-ek874-u-boot.dts with 95% similarity]
arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi [moved from arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dts with 91% similarity]
arch/arm/dts/r8a7790-lager-u-boot.dtsi [moved from arch/arm/dts/r8a7790-lager-u-boot.dts with 91% similarity]
arch/arm/dts/r8a7790-stout-u-boot.dtsi [moved from arch/arm/dts/r8a7790-stout-u-boot.dts with 91% similarity]
arch/arm/dts/r8a7791-koelsch-u-boot.dtsi [moved from arch/arm/dts/r8a7791-koelsch-u-boot.dts with 90% similarity]
arch/arm/dts/r8a7791-porter-u-boot.dtsi [moved from arch/arm/dts/r8a7791-porter-u-boot.dts with 92% similarity]
arch/arm/dts/r8a7792-blanche-u-boot.dtsi [moved from arch/arm/dts/r8a7792-blanche-u-boot.dts with 89% similarity]
arch/arm/dts/r8a7793-gose-u-boot.dtsi [moved from arch/arm/dts/r8a7793-gose-u-boot.dts with 91% similarity]
arch/arm/dts/r8a7794-alt-u-boot.dtsi [moved from arch/arm/dts/r8a7794-alt-u-boot.dts with 96% similarity]
arch/arm/dts/r8a7794-silk-u-boot.dtsi [moved from arch/arm/dts/r8a7794-silk-u-boot.dts with 91% similarity]
arch/arm/dts/r8a77950-salvator-x-u-boot.dtsi [moved from arch/arm/dts/r8a77950-salvator-x-u-boot.dts with 96% similarity]
arch/arm/dts/r8a77950-ulcb-u-boot.dtsi [moved from arch/arm/dts/r8a77950-ulcb-u-boot.dts with 97% similarity]
arch/arm/dts/r8a77960-salvator-x-u-boot.dtsi [moved from arch/arm/dts/r8a77960-salvator-x-u-boot.dts with 96% similarity]
arch/arm/dts/r8a77960-ulcb-u-boot.dtsi [moved from arch/arm/dts/r8a77960-ulcb-u-boot.dts with 97% similarity]
arch/arm/dts/r8a77965-salvator-x-u-boot.dtsi [moved from arch/arm/dts/r8a77965-salvator-x-u-boot.dts with 96% similarity]
arch/arm/dts/r8a77965-ulcb-u-boot.dtsi [moved from arch/arm/dts/r8a77965-ulcb-u-boot.dts with 97% similarity]
arch/arm/dts/r8a77970-eagle-u-boot.dtsi [moved from arch/arm/dts/r8a77970-eagle-u-boot.dts with 96% similarity]
arch/arm/dts/r8a77970-v3msk-u-boot.dtsi [moved from arch/arm/dts/r8a77970-v3msk-u-boot.dts with 97% similarity]
arch/arm/dts/r8a77980-condor-u-boot.dtsi [moved from arch/arm/dts/r8a77980-condor-u-boot.dts with 96% similarity]
arch/arm/dts/r8a77980-v3hsk-u-boot.dtsi [moved from arch/arm/dts/r8a77980-v3hsk-u-boot.dts with 95% similarity]
arch/arm/dts/r8a77990-ebisu-u-boot.dtsi [moved from arch/arm/dts/r8a77990-ebisu-u-boot.dts with 97% similarity]
arch/arm/dts/r8a77995-draak-u-boot.dtsi [moved from arch/arm/dts/r8a77995-draak-u-boot.dts with 94% similarity]
arch/arm/dts/r8a779a0-falcon-u-boot.dtsi [moved from arch/arm/dts/r8a779a0-falcon-u-boot.dts with 94% similarity]
arch/arm/dts/r8a779f0-spider-u-boot.dtsi [moved from arch/arm/dts/r8a779f0-spider-u-boot.dts with 95% similarity]
arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi [moved from arch/arm/dts/r8a779g0-white-hawk-u-boot.dts with 95% similarity]
arch/arm/dts/r8a779h0-gray-hawk-u-boot.dtsi [moved from arch/arm/dts/r8a779h0-gray-hawk-u-boot.dts with 95% similarity]
board/renesas/salvator-x/salvator-x.c
board/renesas/ulcb/ulcb.c
configs/alt_defconfig
configs/blanche_defconfig
configs/gose_defconfig
configs/grpeach_defconfig
configs/hihope_rzg2_defconfig
configs/koelsch_defconfig
configs/lager_defconfig
configs/porter_defconfig
configs/r8a77970_eagle_defconfig
configs/r8a77970_v3msk_defconfig
configs/r8a77980_condor_defconfig
configs/r8a77980_v3hsk_defconfig
configs/r8a77990_ebisu_defconfig
configs/r8a77995_draak_defconfig
configs/r8a779a0_falcon_defconfig
configs/r8a779f0_spider_defconfig
configs/r8a779g0_whitehawk_defconfig
configs/r8a779h0_grayhawk_defconfig
configs/rcar3_salvator-x_defconfig
configs/rcar3_ulcb_defconfig
configs/silinux_ek874_defconfig
configs/silk_defconfig
configs/stout_defconfig

index 08dfbdd557b753444a04d58a67924604467db8ed..2da5eddd3759ca791304ab2f82eabb61fe5b786a 100644 (file)
@@ -1056,41 +1056,41 @@ dtb-$(CONFIG_ARCH_IMXRT) += imxrt1050-evk.dtb \
        imxrt1170-evk.dtb \
 
 dtb-$(CONFIG_RCAR_GEN2) += \
-       r8a7790-lager-u-boot.dtb \
-       r8a7790-stout-u-boot.dtb \
-       r8a7791-koelsch-u-boot.dtb \
-       r8a7791-porter-u-boot.dtb \
-       r8a7792-blanche-u-boot.dtb \
-       r8a7793-gose-u-boot.dtb \
-       r8a7794-alt-u-boot.dtb \
-       r8a7794-silk-u-boot.dtb
+       r8a7790-lager.dtb \
+       r8a7790-stout.dtb \
+       r8a7791-koelsch.dtb \
+       r8a7791-porter.dtb \
+       r8a7792-blanche.dtb \
+       r8a7793-gose.dtb \
+       r8a7794-alt.dtb \
+       r8a7794-silk.dtb
 
 dtb-$(CONFIG_RCAR_GEN3) += \
        r8a774a1-beacon-rzg2m-kit.dtb \
        r8a774b1-beacon-rzg2n-kit.dtb \
        r8a774e1-beacon-rzg2h-kit.dtb \
-       r8a774a1-hihope-rzg2m-u-boot.dtb \
-       r8a774b1-hihope-rzg2n-u-boot.dtb \
-       r8a774c0-ek874-u-boot.dtb \
-       r8a774e1-hihope-rzg2h-u-boot.dtb \
-       r8a77950-ulcb-u-boot.dtb \
-       r8a77950-salvator-x-u-boot.dtb \
-       r8a77960-ulcb-u-boot.dtb \
-       r8a77960-salvator-x-u-boot.dtb \
-       r8a77965-ulcb-u-boot.dtb \
-       r8a77965-salvator-x-u-boot.dtb \
-       r8a77970-eagle-u-boot.dtb \
-       r8a77970-v3msk-u-boot.dtb \
-       r8a77980-condor-u-boot.dtb \
-       r8a77980-v3hsk-u-boot.dtb \
-       r8a77990-ebisu-u-boot.dtb \
-       r8a77995-draak-u-boot.dtb
+       r8a774a1-hihope-rzg2m.dtb \
+       r8a774b1-hihope-rzg2n.dtb \
+       r8a774c0-ek874.dtb \
+       r8a774e1-hihope-rzg2h.dtb \
+       r8a77950-ulcb.dtb \
+       r8a77950-salvator-x.dtb \
+       r8a77960-ulcb.dtb \
+       r8a77960-salvator-x.dtb \
+       r8a77965-ulcb.dtb \
+       r8a77965-salvator-x.dtb \
+       r8a77970-eagle.dtb \
+       r8a77970-v3msk.dtb \
+       r8a77980-condor.dtb \
+       r8a77980-v3hsk.dtb \
+       r8a77990-ebisu.dtb \
+       r8a77995-draak.dtb
 
 dtb-$(CONFIG_RCAR_GEN4) += \
-       r8a779a0-falcon-u-boot.dtb \
-       r8a779f0-spider-u-boot.dtb \
-       r8a779g0-white-hawk-u-boot.dtb \
-       r8a779h0-gray-hawk-u-boot.dtb
+       r8a779a0-falcon.dtb \
+       r8a779f0-spider.dtb \
+       r8a779g0-white-hawk.dtb \
+       r8a779h0-gray-hawk.dtb
 
 dtb-$(CONFIG_TARGET_RZG2L) += \
        r9a07g044l2-smarc.dts
@@ -1100,7 +1100,7 @@ DTC_FLAGS += -R 4 -p 0x1000
 endif
 
 dtb-$(CONFIG_RZA1) += \
-       r7s72100-gr-peach-u-boot.dtb
+       r7s72100-gr-peach.dtb
 
 dtb-$(CONFIG_ARCH_KEYSTONE) += keystone-k2hk-evm.dtb \
        keystone-k2l-evm.dtb \
similarity index 97%
rename from arch/arm/dts/r7s72100-gr-peach-u-boot.dts
rename to arch/arm/dts/r7s72100-gr-peach-u-boot.dtsi
index 0ae9f91fbe8a38bc7c9aebf19bb3bfc949192f9e..34fba29e859c0a12ed47cdfa4ea56d47a65b2290 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r7s72100-gr-peach.dts"
 
 / {
        aliases {
similarity index 91%
rename from arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts
rename to arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi
index b735e972214f4f0680811f54c72721a0074b6388..3ad619bdb90aca134b52e170c96abdead88f3f24 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Renesas Electronics Corporation
  */
 
-#include "r8a774a1-hihope-rzg2m-ex.dts"
 #include "r8a774a1-u-boot.dtsi"
 
 &gpio3 {
similarity index 91%
rename from arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dts
rename to arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi
index 0bdc6909bfbd978a0e8fe07e4135eade1543efca..6f2f6c71c2f41760e6edc6c67e3f3a515e55a714 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Renesas Electronics Corp.
  */
 
-#include "r8a774b1-hihope-rzg2n-ex.dts"
 #include "r8a774b1-u-boot.dtsi"
 
 &gpio3 {
similarity index 95%
rename from arch/arm/dts/r8a774c0-ek874-u-boot.dts
rename to arch/arm/dts/r8a774c0-ek874-u-boot.dtsi
index 8fa6d8074b3493ae40b220d44330eee882c66055..dcdddd9aed66f3ce0ff9e19ce334ac0eeab2e8a1 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Renesas Electronisc Corporation
  */
 
-#include "r8a774c0-ek874.dts"
 #include "r8a774c0-u-boot.dtsi"
 
 / {
similarity index 91%
rename from arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dts
rename to arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi
index 03a17bac7ec4b391abc6bee45545531068f51dbe..8e57e03c899bdcf7dec94dbb4ace579202351c56 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2020 Renesas Electronics Corp.
  */
 
-#include "r8a774e1-hihope-rzg2h-ex.dts"
 #include "r8a774e1-u-boot.dtsi"
 
 &gpio3 {
similarity index 91%
rename from arch/arm/dts/r8a7790-lager-u-boot.dts
rename to arch/arm/dts/r8a7790-lager-u-boot.dtsi
index 28b8b604c37b3261d0430292e3727454db407a33..ed1891706ceab74d696f96464ca466002d179cc9 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7790-lager.dts"
 #include "r8a7790-u-boot.dtsi"
 
 &scif0 {
similarity index 91%
rename from arch/arm/dts/r8a7790-stout-u-boot.dts
rename to arch/arm/dts/r8a7790-stout-u-boot.dtsi
index 85bcb787613a16969f2b7b35b364b3d34de37e40..3b393045e36df32e241967a62e68a04cefa42dad 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7790-stout.dts"
 #include "r8a7790-u-boot.dtsi"
 
 &scifa0 {
similarity index 90%
rename from arch/arm/dts/r8a7791-koelsch-u-boot.dts
rename to arch/arm/dts/r8a7791-koelsch-u-boot.dtsi
index c5a1332131d86bea880f06576929608e5b171b20..541c4191d69150b4f6b59dab088f368a566206a8 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7791-koelsch.dts"
 #include "r8a7791-u-boot.dtsi"
 
 &scif0 {
similarity index 92%
rename from arch/arm/dts/r8a7791-porter-u-boot.dts
rename to arch/arm/dts/r8a7791-porter-u-boot.dtsi
index bfec1fc6d62f1b25e5d4e57e81d25e448cfdfe38..cbf2c5265d882b0399204cef768f1930cbd933d7 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7791-porter.dts"
 #include "r8a7791-u-boot.dtsi"
 
 &scif0 {
similarity index 89%
rename from arch/arm/dts/r8a7792-blanche-u-boot.dts
rename to arch/arm/dts/r8a7792-blanche-u-boot.dtsi
index 1f33df81cefbdc7b7853f61eae792ec4e98ae819..8c36a3e585057df94bf62db506e59531c5867024 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7792-blanche.dts"
 #include "r8a7792-u-boot.dtsi"
 
 &iic3 {
similarity index 91%
rename from arch/arm/dts/r8a7793-gose-u-boot.dts
rename to arch/arm/dts/r8a7793-gose-u-boot.dtsi
index dd0932ceca9fa6b875332eadcdd836da273e97ae..41c4361c6e16aec54ddeb54b6d27882f0ac9d6db 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7793-gose.dts"
 #include "r8a7793-u-boot.dtsi"
 
 &scif0 {
similarity index 96%
rename from arch/arm/dts/r8a7794-alt-u-boot.dts
rename to arch/arm/dts/r8a7794-alt-u-boot.dtsi
index 0a39039fc97efab1eba0d310eb33fadf305d76f2..e156b4c93c7448f41da67dc324c2c3d9438dd812 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7794-alt.dts"
 #include "r8a7794-u-boot.dtsi"
 
 &i2c7 {
similarity index 91%
rename from arch/arm/dts/r8a7794-silk-u-boot.dts
rename to arch/arm/dts/r8a7794-silk-u-boot.dtsi
index 3fcb535a3acaf8998b50a8bba61caa1af5a4302e..e448ea7e146e664a2425eeaf5c6f419d5c0fd949 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a7794-silk.dts"
 #include "r8a7794-u-boot.dtsi"
 
 &scif2 {
similarity index 96%
rename from arch/arm/dts/r8a77950-salvator-x-u-boot.dts
rename to arch/arm/dts/r8a77950-salvator-x-u-boot.dtsi
index ba7cf521d0d1fa81ffdb04bde5bc4401eb0c2a13..23f12543746c7877e2302f2bb5fb3bb00b5359e7 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77950-salvator-x.dts"
 #include "r8a77950-u-boot.dtsi"
 
 / {
similarity index 97%
rename from arch/arm/dts/r8a77950-ulcb-u-boot.dts
rename to arch/arm/dts/r8a77950-ulcb-u-boot.dtsi
index e371cde349ff1a5c3b751930ae43efc7b54aa062..c65c2e6406d3d42bf6eaeb77d29bf6e5bfde6af0 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77950-ulcb.dts"
 #include "r8a77950-u-boot.dtsi"
 
 / {
similarity index 96%
rename from arch/arm/dts/r8a77960-salvator-x-u-boot.dts
rename to arch/arm/dts/r8a77960-salvator-x-u-boot.dtsi
index 2a9f0aa218075182b36db04849835bb40097731b..84a28bf885cb56a46bbd47041acfa92edc327b01 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77960-salvator-x.dts"
 #include "r8a77960-u-boot.dtsi"
 
 / {
similarity index 97%
rename from arch/arm/dts/r8a77960-ulcb-u-boot.dts
rename to arch/arm/dts/r8a77960-ulcb-u-boot.dtsi
index 79042b2085265c603ab65cce914cd678acfb354f..6372f953956f40e5c67e7a573227e0f0196211c3 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77960-ulcb.dts"
 #include "r8a77960-u-boot.dtsi"
 
 / {
similarity index 96%
rename from arch/arm/dts/r8a77965-salvator-x-u-boot.dts
rename to arch/arm/dts/r8a77965-salvator-x-u-boot.dtsi
index e5421f9ca8f4a7b580faa4a48f2bdd640ed5848d..d9a28fe9bab55a65062acd389f9e728e620e30fb 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77965-salvator-x.dts"
 #include "r8a77965-u-boot.dtsi"
 
 / {
similarity index 97%
rename from arch/arm/dts/r8a77965-ulcb-u-boot.dts
rename to arch/arm/dts/r8a77965-ulcb-u-boot.dtsi
index 969911d89ce127045ed41d1209d98e31430d308b..aa5de3d04650f70b426bcb55df7c5f58fb1f57e0 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77965-ulcb.dts"
 #include "r8a77965-u-boot.dtsi"
 
 / {
similarity index 96%
rename from arch/arm/dts/r8a77970-eagle-u-boot.dts
rename to arch/arm/dts/r8a77970-eagle-u-boot.dtsi
index eb868eda4147a31e157c35c0c438358759032754..c7971b9e9ce0915b9ddfc649ccd876aa5564b744 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77970-eagle.dts"
 #include "r8a77970-u-boot.dtsi"
 #include <dt-bindings/gpio/gpio.h>
 
similarity index 97%
rename from arch/arm/dts/r8a77970-v3msk-u-boot.dts
rename to arch/arm/dts/r8a77970-v3msk-u-boot.dtsi
index 6ee06d7c000b66a6c4eb8bdad044a07ac329017b..c7b2e07793d27c9a4b6d6b4638987d88f02cc33d 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Cogent Embedded, Inc.
  */
 
-#include "r8a77970-v3msk.dts"
 #include "r8a77970-u-boot.dtsi"
 #include <dt-bindings/gpio/gpio.h>
 
similarity index 96%
rename from arch/arm/dts/r8a77980-condor-u-boot.dts
rename to arch/arm/dts/r8a77980-condor-u-boot.dtsi
index f4a3b43b8ff1e239992e0653d27dcdb793bafe07..34a735ae5b2e05e00eb32552bd8de409d0f96866 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77980-condor.dts"
 #include "r8a77980-u-boot.dtsi"
 
 / {
similarity index 95%
rename from arch/arm/dts/r8a77980-v3hsk-u-boot.dts
rename to arch/arm/dts/r8a77980-v3hsk-u-boot.dtsi
index d083df65f9a68a25afbf9e680811c8f34373f0b1..2901d0e7b57e60a1cc13380b40b8b8729ce1fd81 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Cogent Embedded, Inc.
  */
 
-#include "r8a77980-v3hsk.dts"
 #include "r8a77980-u-boot.dtsi"
 
 / {
similarity index 97%
rename from arch/arm/dts/r8a77990-ebisu-u-boot.dts
rename to arch/arm/dts/r8a77990-ebisu-u-boot.dtsi
index fc1c4a792941b3215c7264b86839bfe5c08e5e8a..b6b7b8f36096d75052746d56fb9bfc2d8bb01c66 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77990-ebisu.dts"
 #include "r8a77990-u-boot.dtsi"
 
 / {
similarity index 94%
rename from arch/arm/dts/r8a77995-draak-u-boot.dts
rename to arch/arm/dts/r8a77995-draak-u-boot.dtsi
index 41ceae1da775358d6d5a6e1d389e10abebe833e2..1922c40a438aa879be992faeaf3397d1213f7d5e 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include "r8a77995-draak.dts"
 #include "r8a77995-u-boot.dtsi"
 
 / {
similarity index 94%
rename from arch/arm/dts/r8a779a0-falcon-u-boot.dts
rename to arch/arm/dts/r8a779a0-falcon-u-boot.dtsi
index 9d28791c6050e7a6c4b7cfb6d6807a0d3b74d808..3b8a017cb41d40fb7452d298069db9e25cd3f83e 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2020 Renesas Electronics Corp.
  */
 
-#include "r8a779a0-falcon.dts"
 #include "r8a779a0-u-boot.dtsi"
 
 / {
similarity index 95%
rename from arch/arm/dts/r8a779f0-spider-u-boot.dts
rename to arch/arm/dts/r8a779f0-spider-u-boot.dtsi
index 26fc8bcf440655edb09d67975c728c4b1e5c46c5..2fc7e7789a2a834c1d961ef3d136018f3c86f432 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Renesas Electronics Corp.
  */
 
-#include "r8a779f0-spider.dts"
 #include "r8a779f0-u-boot.dtsi"
 
 / {
similarity index 95%
rename from arch/arm/dts/r8a779g0-white-hawk-u-boot.dts
rename to arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi
index bd756036645273fe786f5ed81858ed9d193fbd2e..a102639010d6c95820d5cc5eb4f547fd19ca8841 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Renesas Electronics Corp.
  */
 
-#include "r8a779g0-white-hawk.dts"
 #include "r8a779g0-u-boot.dtsi"
 
 / {
similarity index 95%
rename from arch/arm/dts/r8a779h0-gray-hawk-u-boot.dts
rename to arch/arm/dts/r8a779h0-gray-hawk-u-boot.dtsi
index 935ba9465dca4032c549b8e83ccac4fe2a08ccce..92c13151613fe459527eecf78934740d0a48c169 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2023 Renesas Electronics Corp.
  */
 
-#include "r8a779h0-gray-hawk.dts"
 #include "r8a779h0-u-boot.dtsi"
 
 / {
index 8c47246ae8b4c5140098b53ae65e4194cbd53ed9..afb3b63582b5bef650b57231a0b8b9fcc7dc550f 100644 (file)
@@ -79,15 +79,15 @@ int board_fit_config_name_match(const char *name)
        u32 cpu_type = renesas_get_cpu_type();
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7795) &&
-           !strcmp(name, "r8a77950-salvator-x-u-boot"))
+           !strcmp(name, "r8a77950-salvator-x"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7796) &&
-           !strcmp(name, "r8a77960-salvator-x-u-boot"))
+           !strcmp(name, "r8a77960-salvator-x"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A77965) &&
-           !strcmp(name, "r8a77965-salvator-x-u-boot"))
+           !strcmp(name, "r8a77965-salvator-x"))
                return 0;
 
        return -1;
index 8f5de2169953fe21185282f960e697d4a19a70a2..cda6976602d279acb28001e29838d739203bc3b2 100644 (file)
@@ -70,15 +70,15 @@ int board_fit_config_name_match(const char *name)
        u32 cpu_type = renesas_get_cpu_type();
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7795) &&
-           !strcmp(name, "r8a77950-ulcb-u-boot"))
+           !strcmp(name, "r8a77950-ulcb"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7796) &&
-           !strcmp(name, "r8a77960-ulcb-u-boot"))
+           !strcmp(name, "r8a77960-ulcb"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A77965) &&
-           !strcmp(name, "r8a77965-ulcb-u-boot"))
+           !strcmp(name, "r8a77965-ulcb"))
                return 0;
 
        return -1;
index e4007ab8f71a5babaac8972a2e72faf4f304c3ac..06e9e11f29758502a4f0d04259efceb6de303a07 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7794-alt-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7794-alt"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Alt"
 CONFIG_R8A7794=y
index af7622a88afba5cad643dccb21a49279fadae1dd..c392055e5a7ce5345ca7e46501c592ee902d1a55 100644 (file)
@@ -12,7 +12,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0x40000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7792-blanche-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7792-blanche"
 CONFIG_ARCH_RENESAS_BOARD_STRING="Blanche"
 CONFIG_R8A7792=y
 CONFIG_TARGET_BLANCHE=y
index 1eadf7c14d3a39c4e675157a5e0e0a7ff6f6abea..35edc677c48db6abf1a850d0483e4cc4a431bfa1 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7793-gose-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7793-gose"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Gose"
 CONFIG_R8A7793=y
index eef3bad4e65ab0ce0c34a13d234246e6406e90e5..0c581b634a266ef4bda957314365c930a0569ed2 100644 (file)
@@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x10000
 CONFIG_ENV_OFFSET=0x80000
 CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r7s72100-gr-peach-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r7s72100-gr-peach"
 CONFIG_RZA1=y
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_SYS_MONITOR_LEN=524288
index a2c7e78cb86632a316f360cd8c8da9cf2495784d..88c7ed1b98f74c44b787ce56e39ba680a7ac1843 100644 (file)
@@ -7,7 +7,7 @@ CONFIG_SYS_MALLOC_LEN=0x4000000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a774a1-hihope-rzg2m-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a774a1-hihope-rzg2m"
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_HIHOPE_RZG2=y
 CONFIG_SYS_MONITOR_LEN=1048576
@@ -40,7 +40,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
-CONFIG_OF_LIST="r8a774a1-hihope-rzg2m-u-boot r8a774b1-hihope-rzg2n-u-boot r8a774e1-hihope-rzg2h-u-boot"
+CONFIG_OF_LIST="r8a774a1-hihope-rzg2m r8a774b1-hihope-rzg2n r8a774e1-hihope-rzg2h"
 CONFIG_MULTI_DTB_FIT_LZO=y
 CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y
 CONFIG_ENV_OVERWRITE=y
index 963e02d6b54f120802579e69165cd3c5af887a03..ad411b4514161814adc394223862bee4709694b4 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7791-koelsch-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7791-koelsch"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Koelsch"
 CONFIG_R8A7791=y
index 605909e812fdaf136b0a04c36b0725795d1f20aa..f60d4db5ec2edc52358f887b7a276276ff3c20eb 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7790-lager-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7790-lager"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Lager"
 CONFIG_R8A7790=y
index 021e521745fc53718391d9536a35f14632a7ee13..f05a0baf215c7a846aba2a4e87fb178e5436d222 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7791-porter-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7791-porter"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Porter"
 CONFIG_R8A7791=y
index 62fa7e1133c76ccde86e2c097eb9668ea5bb43b0..a3f695e42387f22acc454fa0a0c41402c058907c 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0x700000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77970-eagle-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77970-eagle"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_EAGLE=y
index b34087293ad70a788eb065e1e1cf650178a9a21c..05c8d0e3868aa8d4180c9a64bdb3b983142d8197 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0x700000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77970-v3msk-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77970-v3msk"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_R8A77970=y
index 8a5019503641a5e2c8d2373afd4aadc55805e106..9e11c1b27eee4fc8da866bda68be31fe5b0c3739 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0x700000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77980-condor-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77980-condor"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_CONDOR=y
index 8d67b7f6bfeb4041701de33e8b326302e4cc2bd3..f61574dd02dc95428b8f4d22fd9bae5faf6d9d41 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0x700000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77980-v3hsk-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77980-v3hsk"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_R8A77980=y
index 28fa30e31e59201639466fad6cf43c3cb5e919a7..fe4134226ace64d6a95f7fee12535254b78cff8d 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77990-ebisu-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77990-ebisu"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_EBISU=y
index 644320632a9b06a6bc62ebb559e9524c12dcece6..a964d4ea51e9997c47ca6ce11c19b1dfb5a4bc5e 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77995-draak-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77995-draak"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_DRAAK=y
index 04a5600960d1a0e9c3ebcf0bb3a455948eb4b5d0..6681cb0088f7b6e053d145a73e2d34d62a0407ba 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC00000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a779a0-falcon-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a779a0-falcon"
 CONFIG_RCAR_GEN4=y
 CONFIG_TARGET_FALCON=y
 CONFIG_SYS_MONITOR_LEN=1048576
index 54e0928debb4c625228b405a0d0c5e41f3c4787e..942e018441265c89183057da1b09a11b2ff46883 100644 (file)
@@ -6,7 +6,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xD00000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a779f0-spider-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a779f0-spider"
 CONFIG_RCAR_GEN4=y
 CONFIG_TARGET_SPIDER=y
 CONFIG_SYS_MONITOR_LEN=1048576
index 1489c327c412238eaf8ada293d243d80cba973fe..4cc6203e54d631319412244c67eb6e04ce94e72e 100644 (file)
@@ -5,7 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x4000000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a779g0-white-hawk-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a779g0-white-hawk"
 CONFIG_RCAR_GEN4=y
 CONFIG_TARGET_WHITEHAWK=y
 CONFIG_SYS_MONITOR_LEN=1048576
index 84401eb930961770480a67aae87e6c78c0951ee5..7368708195ddeef4013b6f437724b670e556b321 100644 (file)
@@ -5,7 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x4000000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a779h0-gray-hawk-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a779h0-gray-hawk"
 CONFIG_RCAR_GEN4=y
 CONFIG_TARGET_GRAYHAWK=y
 CONFIG_SYS_MONITOR_LEN=1048576
index a69bb4381cabfc8a8d2dd182e2a081661cdf0b54..c76cbec76d46593df71a79bf72672bab79e1f501 100644 (file)
@@ -6,7 +6,7 @@ CONFIG_SYS_MALLOC_LEN=0x4000000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77950-salvator-x-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77950-salvator-x"
 CONFIG_SPL_TEXT_BASE=0xe6338000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_SALVATOR_X=y
@@ -48,7 +48,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
-CONFIG_OF_LIST="r8a77950-salvator-x-u-boot r8a77960-salvator-x-u-boot r8a77965-salvator-x-u-boot"
+CONFIG_OF_LIST="r8a77950-salvator-x r8a77960-salvator-x r8a77965-salvator-x"
 CONFIG_MULTI_DTB_FIT_LZO=y
 CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y
 CONFIG_OF_DTB_PROPS_REMOVE=y
index 5bd36979423c0ef183a286e00215c7b1c79ce688..701dfcb7a0ee1dd0e1db755e53b0977ba285d050 100644 (file)
@@ -7,7 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0xFFFE0000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a77950-ulcb-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a77950-ulcb"
 CONFIG_SPL_TEXT_BASE=0xe6338000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_ULCB=y
@@ -46,7 +46,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
-CONFIG_OF_LIST="r8a77950-ulcb-u-boot r8a77960-ulcb-u-boot r8a77965-ulcb-u-boot"
+CONFIG_OF_LIST="r8a77950-ulcb r8a77960-ulcb r8a77965-ulcb"
 CONFIG_MULTI_DTB_FIT_LZO=y
 CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y
 CONFIG_OF_DTB_PROPS_REMOVE=y
index 0f0aca36ee60613b64ba6ee39846bc33af3a89f6..93902e009b298f927f4845f77fba3a842c30a8ce 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_ENV_SIZE=0x10000
 CONFIG_ENV_OFFSET=0x3F0000
 CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a774c0-ek874-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a774c0-ek874"
 CONFIG_SPL_TEXT_BASE=0xe6318000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_SILINUX_EK874=y
index 939ccc9c478976ee7b822018560a38931f215d3f..40ac8759d08df977dc24ca3fcbf4807fbbf61cb0 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7794-silk-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7794-silk"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Silk"
 CONFIG_R8A7794=y
index 1022ee9e71a3882a634c3726891477aef3fe2911..428a0241986f62a9546bbc085f0dbe4267464a08 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_ENV_SIZE=0x40000
 CONFIG_ENV_OFFSET=0xC0000
 CONFIG_ENV_SECT_SIZE=0x40000
 CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="r8a7790-stout-u-boot"
+CONFIG_DEFAULT_DEVICE_TREE="r8a7790-stout"
 CONFIG_SPL_TEXT_BASE=0xe6300000
 CONFIG_ARCH_RENESAS_BOARD_STRING="Stout"
 CONFIG_R8A7790=y