Explorar o código

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

Tom Rini %!s(int64=6) %!d(string=hai) anos
pai
achega
3f0492f207
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/video/bcm2835.c

+ 1 - 0
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" },
 	{ }
 };