From: Bruno Leite <br...@prevas.dk>
Currently rpi5 uses a generic rpi_arm64_defconfig file that builds rpi4 devicetree. Add a defconfig that is specific to the rpi5 building the now available upstream dts for that board. The defconfig makes use of defconfig including that is now available and only changes the DTS related config. It is also necessary to add a more specific u-boot.dtsi to rpi5, since due to the ARCH_BCM283X config it will try to build the bcm283x-u-boot.dtsi and break. Bruno Leite (2): arm64: dts: rpi5: add rpi5 u-boot.dtsi configs: rpi5: add rpi5 specific defconfig arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi | 8 ++++++++ configs/rpi_5_defconfig | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi create mode 100644 configs/rpi_5_defconfig -- 2.45.2