Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2026 10:23:38 +0000
From:      Tom Jones <thj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 20615f714b50 - main - a10_twsi: Add H616 compat string
Message-ID:  <6989b5aa.1e77e.f9349eb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thj:

URL: https://cgit.FreeBSD.org/src/commit/?id=20615f714b5095a212dba63b803ffbdb13f90d7a

commit 20615f714b5095a212dba63b803ffbdb13f90d7a
Author:     Tom Jones <thj@FreeBSD.org>
AuthorDate: 2026-02-09 10:06:03 +0000
Commit:     Tom Jones <thj@FreeBSD.org>
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},
 };
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6989b5aa.1e77e.f9349eb>