summaryrefslogtreecommitdiff
path: root/drivers/video/bcm2835.c
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@freebsd.org>2018-07-02 15:33:14 +0300
committerAnatolij Gustschin <agust@denx.de>2018-07-02 16:23:50 +0300
commit425daac481c1374313f8eae6c159368e12dc4043 (patch)
tree3ca97e2782f55a786ea4c930d91099c70e01ece2 /drivers/video/bcm2835.c
parent2121bbe49c27b2b2d865fac4e4071c5a90ae90b2 (diff)
downloadu-boot-425daac481c1374313f8eae6c159368e12dc4043.tar.xz
video: arm: rpi: Add brcm,bcm2708-fb compatible
When using CONFIG_OF_BOARD on rpi to use the dtb provided by the RaspberryPi Fundation, the compatible string isn't the same, resulting in not-functional video in u-boot. Signed-off-by: Oleksandr Tymoshenko <gonzo@FreeBSD.org> Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Diffstat (limited to 'drivers/video/bcm2835.c')
-rw-r--r--drivers/video/bcm2835.c1
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" },
{ }
};