aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Jones <thj@FreeBSD.org>2026-02-09 10:04:38 +0000
committerTom Jones <thj@FreeBSD.org>2026-02-09 10:22:18 +0000
commit063244ff95a2fd62054725d59f3856645f539dea (patch)
tree742d8c483e7d7c7df1540271a74771cdf64332d6
parent60a6ebaf73719ef7aa15768c3906626fb106b2b3 (diff)
aw_rtc: Add H616 compat string
Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54908
-rw-r--r--sys/arm/allwinner/aw_rtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/allwinner/aw_rtc.c b/sys/arm/allwinner/aw_rtc.c
index d3a73d98d86a..4c3efa3315b1 100644
--- a/sys/arm/allwinner/aw_rtc.c
+++ b/sys/arm/allwinner/aw_rtc.c
@@ -137,6 +137,7 @@ static struct ofw_compat_data compat_data[] = {
{ "allwinner,sun20i-d1-rtc", (uintptr_t) &h3_conf },
{ "allwinner,sun50i-h5-rtc", (uintptr_t) &h3_conf },
{ "allwinner,sun50i-h6-rtc", (uintptr_t) &h3_conf },
+ { "allwinner,sun50i-h616-rtc", (uintptr_t) &h3_conf },
{ NULL, 0 }
};