]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: arm: rpi: Add brcm,bcm2712-hdmi0 compatible
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 21 Apr 2026 08:51:59 +0000 (09:51 +0100)
committerPeter Robinson <pbrobinson@gmail.com>
Tue, 26 May 2026 11:11:50 +0000 (12:11 +0100)
The 'brcm,bcm2712-hdmi0' compatible string is used on RPi5.
There appears to be no change that impacts early boot output
on the display controller so add the RPi5 compatible string.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
drivers/video/bcm2835.c

index 0c81e6066229049c8185d71bf8a3ca5e0364835a..0e0cc1979eb511203757f8418430a86bcc65b902 100644 (file)
@@ -66,6 +66,7 @@ static int bcm2835_video_probe(struct udevice *dev)
 static const struct udevice_id bcm2835_video_ids[] = {
        { .compatible = "brcm,bcm2835-hdmi" },
        { .compatible = "brcm,bcm2711-hdmi0" },
+       { .compatible = "brcm,bcm2712-hdmi0" },
        { .compatible = "brcm,bcm2708-fb" },
 #if !IS_ENABLED(CONFIG_VIDEO_DT_SIMPLEFB)
        { .compatible = "simple-framebuffer" },