From 13ac570c9f7d1b29c5ffcc351d104a63c2557e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Tue, 16 Jul 2024 07:43:58 +0200 Subject: [PATCH] configs/raspberrypi5: install BCM2712D0 device-tree blob MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This installs the new Raspberry Pi 5 BCM2712D0 device-tree blob[1]. [1]: https://github.com/raspberrypi/linux/commit/0328374ae09c7856e06a63af0c065822474a2985 Signed-off-by: Gaƫl PORTAY Signed-off-by: Thomas Petazzoni --- board/raspberrypi/readme.txt | 1 + configs/raspberrypi5_defconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 24b7f619a3..81cd81a7f3 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -104,6 +104,7 @@ After building, you should obtain this tree: +-- bcm2711-rpi-cm4.dtb [1] +-- bcm2711-rpi-cm4s.dtb [1] +-- bcm2712-rpi-5-b.dtb [1] + +-- bcm2712d0-rpi-5-b.dtb [1] +-- boot.vfat +-- rootfs.ext4 +-- rpi-firmware/ diff --git a/configs/raspberrypi5_defconfig b/configs/raspberrypi5_defconfig index 3c88ce46cd..67026e0d6d 100644 --- a/configs/raspberrypi5_defconfig +++ b/configs/raspberrypi5_defconfig @@ -17,7 +17,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2712" # Build the DTB from the kernel sources BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2712-rpi-5-b" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2712-rpi-5-b broadcom/bcm2712d0-rpi-5-b" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y