]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/bcm2835.c
video: arm: rpi: Add brcm,bcm2708-fb compatible
[u-boot] / drivers / video / bcm2835.c
index 952ef5966118ce4f1ea90149120fc19bad93942b..bc41090aed76483a790cfbcd0f30d4e662c94fc5 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2012 Stephen Warren
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -49,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" },
        { }
 };