]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: dts: renesas: Switch to using upstream DT
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 25 Mar 2024 08:17:54 +0000 (09:17 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 18 Apr 2024 03:21:26 +0000 (05:21 +0200)
commitaad511a488c40393728156333d983c31001aac32
treeb8860daf18b2d176b0883eba75ebe807eed2a338
parent18fb23b13158ea70924c651e545b01af52b660b2
ARM: dts: renesas: Switch to using upstream DT

Enable OF_UPSTREAM to use upstream DT and add renesas/ prefix to the
DEFAULT_DEVICE_TREE and OF_LIST. And thereby directly build DTB from
dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/
directory.

The configuration update has been done using the following script:
```
sed -i '/^CONFIG_DEFAULT_DEVICE_TREE/ s@="@&renesas/@' `git grep -li renesas configs`
sed -i '/^CONFIG_OF_LIST/ s@r8a@renesas/&@g' `git grep -li renesas configs`
```

The RZN1 Snarc board does not seem to have a matching Linux kernel
DT counterpart, this is currently not switched to OF upstream.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
arch/arm/Kconfig
configs/alt_defconfig
configs/blanche_defconfig
configs/gose_defconfig
configs/grpeach_defconfig
configs/koelsch_defconfig
configs/lager_defconfig
configs/porter_defconfig
configs/rzn1_snarc_defconfig
configs/silk_defconfig
configs/stout_defconfig