u-boot/arch/arm/mach-renesas
Marek Vasut 18fb23b131 ARM: dts: renesas: Switch to using upstream DT on 64bit Renesas SoCs
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+renesas@mailbox.org>
Reviewed-by:  Adam Ford <aford173@gmail.com> # Beacon boards
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
2024-04-18 05:21:03 +02:00
..
include/mach ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
board.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
cpu_info-rcar.c ARM: renesas: Post rename fix ups 2024-03-02 14:29:36 -05:00
cpu_info-rzg.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
cpu_info-rzg2l.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
cpu_info.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
emac.c ARM: renesas: Post rename fix ups 2024-03-02 14:29:36 -05:00
Kconfig ARM: dts: renesas: Switch to using upstream DT on 64bit Renesas SoCs 2024-04-18 05:21:03 +02:00
Kconfig.32 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.64 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.rcar3 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.rcar4 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.rza1 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.rzg2l ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Kconfig.rzn1 ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
lowlevel_init_ca15.S ARM: renesas: Post rename fix ups 2024-03-02 14:29:36 -05:00
lowlevel_init_gen3.S ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
Makefile ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
memmap-gen3.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
memmap-rzg2l.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
psci-r8a779a0.c ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00