diff options
Diffstat (limited to 'drivers/video/bcm2835.c')
-rw-r--r-- | drivers/video/bcm2835.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, { } }; |