From: Andrei Gherzan Date: Wed, 24 Jul 2019 14:39:07 +0000 (+0100) Subject: RPI: Add entry for Raspberry Pi 4 model B X-Git-Tag: v2025.01-rc5-pxa1908~2797^2~4 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=32a84c9e02674a594229e739836ebc38939b52a5;p=u-boot.git RPI: Add entry for Raspberry Pi 4 model B The Raspebrry Pi 4 uses the new revision code scheme as documented by the foundation. This change adds an entry for this board as well. Signed-off-by: Andrei Gherzan Signed-off-by: Matthias Brugger --- diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 7a6ca8f759..b57df21f26 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -148,6 +148,11 @@ static const struct rpi_model rpi_models_new_scheme[] = { DTB_DIR "bcm2837-rpi-cm3.dtb", false, }, + [0x11] = { + "4 Model B", + DTB_DIR "bcm2711-rpi-4-b.dtb", + true, + }, }; static const struct rpi_model rpi_models_old_scheme[] = {