The branch main has been updated by thj: URL: https://cgit.FreeBSD.org/src/commit/?id=20615f714b5095a212dba63b803ffbdb13f90d7a
commit 20615f714b5095a212dba63b803ffbdb13f90d7a Author: Tom Jones <[email protected]> AuthorDate: 2026-02-09 10:06:03 +0000 Commit: Tom Jones <[email protected]> CommitDate: 2026-02-09 10:22:19 +0000 a10_twsi: Add H616 compat string Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54914 --- sys/dev/iicbus/controller/twsi/a10_twsi.c | 1 + 1 file changed, 1 insertion(+) 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}, };
