[PATCH] rpi: Set FDT for RPi CM4 to the IO Board one

Ariel D'Alessandro ariel.dalessandro at collabora.com
Fri Sep 16 17:13:42 CEST 2022


For the RPi CM4 (Compute Module 4), we currently try to load the dtb
file bcm2711-rpi-cm4.dtb, which is not built by the upstream kernel.

Instead, the only CM4 dtb file provided by linux upstream is the
bcm2711-rpi-cm4-io.dtb, so let's use that.

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro at collabora.com>
---
 board/raspberrypi/rpi/rpi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 17b8108cc8..b88f80ce05 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -168,8 +168,8 @@ static const struct rpi_model rpi_models_new_scheme[] = {
 		true,
 	},
 	[0x14] = {
-		"Compute Module 4",
-		DTB_DIR "bcm2711-rpi-cm4.dtb",
+		"Compute Module 4 IO Board",
+		DTB_DIR "bcm2711-rpi-cm4-io.dtb",
 		true,
 	},
 };
-- 
2.37.2



More information about the U-Boot mailing list