Merge branch 'master' of git://git.denx.de/u-boot-video

This commit is contained in:
Tom Rini 2018-07-08 18:56:07 -04:00
commit 3f0492f207

View 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" },
{ }
};