a10_twsi: Add H616 compat string

Reviewed by:	manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D54914
This commit is contained in:
Tom Jones
2026-02-09 10:06:03 +00:00
parent ccb0e6e15f
commit 20615f714b
@@ -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},
};