Merge branch 'master' of git://git.denx.de/u-boot-video
authorTom Rini <trini@konsulko.com>
Sun, 8 Jul 2018 22:56:07 +0000 (18:56 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 8 Jul 2018 22:56:07 +0000 (18:56 -0400)
drivers/video/bcm2835.c

index 602d87d..bc41090 100644 (file)
@@ -48,6 +48,7 @@ static int bcm2835_video_probe(struct udevice *dev)
 
 static const struct udevice_id bcm2835_video_ids[] = {
        { .compatible = "brcm,bcm2835-hdmi" },
+       { .compatible = "brcm,bcm2708-fb" },
        { }
 };