arm: allwinner: aw_rtc: Add H6 compatible

This commit is contained in:
Emmanuel Vadot 2020-11-25 11:20:04 +00:00
parent 4fbcbfe809
commit f442e2fcf9

View file

@ -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 }
};