vchiq: Add compat string for rpi4

The RPi 4 has a newer vchiq compatible device, add it to the list.

Reviewed by: imp
This commit is contained in:
Marco Devesas Campos 2022-02-27 09:37:56 -07:00 committed by Warner Losh
parent 5754f5823b
commit 5f702d6d9a

View File

@ -83,6 +83,7 @@ static struct bcm_vchiq_softc *bcm_vchiq_sc = NULL;
static struct ofw_compat_data compat_data[] = {
{"broadcom,bcm2835-vchiq", BSD_DTB},
{"brcm,bcm2835-vchiq", UPSTREAM_DTB},
{"brcm,bcm2711-vchiq", UPSTREAM_DTB},
{NULL, 0}
};