On 3/18/24 5:14 PM, Adam Ford wrote:
On Mon, Mar 18, 2024 at 10:00 AM Marek Vasut
<marek.vasut+rene...@mailbox.org> wrote:

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`
```

There are SoCs which are not included in this patch. The 32bit SoCs
require further infrastructure work. R8A779H0 is coming during the
next upstream DT synchronization cycle as it is not included in
current upstream DTs yet.

Signed-off-by: Marek Vasut <marek.vasut+rene...@mailbox.org>

LTGM!  Thanks for doing that.  I was going to do that after the April
release was done, but you beat me to it.

Glad I could help. This will go into next release of course, i.e. 2024.07 .

Reply via email to