X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=drivers%2Fvideo%2Fbcm2835.c;h=bc41090aed76483a790cfbcd0f30d4e662c94fc5;hb=4f4dde0a626e6e7858f12304319faf8b8dc0e2de;hp=602d87d3dbeab1b0b904312e6b1760ecd4c1a5cc;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/drivers/video/bcm2835.c b/drivers/video/bcm2835.c index 602d87d3db..bc41090aed 100644 --- a/drivers/video/bcm2835.c +++ b/drivers/video/bcm2835.c @@ -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" }, { } };