mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm: allwinner: aw_rtc: Add H6 compatible
This commit is contained in:
parent
4fbcbfe809
commit
f442e2fcf9
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ static struct ofw_compat_data compat_data[] = {
|
|||
{ "allwinner,sun6i-a31-rtc", (uintptr_t) &a31_conf },
|
||||
{ "allwinner,sun8i-h3-rtc", (uintptr_t) &h3_conf },
|
||||
{ "allwinner,sun50i-h5-rtc", (uintptr_t) &h3_conf },
|
||||
{ "allwinner,sun50i-h6-rtc", (uintptr_t) &h3_conf },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue