aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Devesas Campos <devesas.campos@gmail.com>2022-02-27 16:37:56 +0000
committerWarner Losh <imp@FreeBSD.org>2022-02-27 16:46:49 +0000
commit5f702d6d9a876b7c2e90f8b2c630194fa2668ade (patch)
tree838ac47dc75a19dd042ca3c30b2797c779114cdb
parent5754f5823bbca3e6ebefbe1ff38fe4cad8b641fe (diff)
downloadsrc-5f702d6d9a876b7c2e90f8b2c630194fa2668ade.tar.gz
src-5f702d6d9a876b7c2e90f8b2c630194fa2668ade.zip
vchiq: Add compat string for rpi4
The RPi 4 has a newer vchiq compatible device, add it to the list. Reviewed by: imp
-rw-r--r--sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c b/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
index 53d1819c6cde..a42ec8249844 100644
--- a/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
+++ b/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
@@ -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}
};