aw_pwm: trivially add H3 support

MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2020-09-25 07:39:14 +00:00
parent 5b50517079
commit b1dbb66d49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366137

View File

@ -70,6 +70,7 @@ __FBSDID("$FreeBSD$");
static struct ofw_compat_data compat_data[] = {
{ "allwinner,sun5i-a13-pwm", 1 },
{ "allwinner,sun8i-h3-pwm", 1 },
{ NULL, 0 }
};