aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Jones <thj@FreeBSD.org>2026-02-09 10:06:03 +0000
committerTom Jones <thj@FreeBSD.org>2026-02-09 10:22:19 +0000
commit20615f714b5095a212dba63b803ffbdb13f90d7a (patch)
treefed239ae17be1ed34eaf836fc88a799c3da52c59
parentccb0e6e15f3dd00288d1823ffaf6920916ae457c (diff)
a10_twsi: Add H616 compat string
Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54914
-rw-r--r--sys/dev/iicbus/controller/twsi/a10_twsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iicbus/controller/twsi/a10_twsi.c b/sys/dev/iicbus/controller/twsi/a10_twsi.c
index 4d370674fee3..a82eabff12fb 100644
--- a/sys/dev/iicbus/controller/twsi/a10_twsi.c
+++ b/sys/dev/iicbus/controller/twsi/a10_twsi.c
@@ -63,6 +63,7 @@ static struct ofw_compat_data compat_data[] = {
{"allwinner,sun4i-a10-i2c", 1},
{"allwinner,sun6i-a31-i2c", 1},
{"allwinner,sun8i-a83t-i2c", 1},
+ {"allwinner,sun50i-h616-i2c", 1},
{NULL, 0},
};