Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[oweals/u-boot.git] / drivers / video / bcm2835.c
index 602d87d3dbeab1b0b904312e6b1760ecd4c1a5cc..bc41090aed76483a790cfbcd0f30d4e662c94fc5 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" },
        { }
 };