aw_syscon: Add a new compatible

Since 5.0 DTS the syscon controller have a new compatible as it
exports new subnodes, we currently only use it as a syscon provider
so just add the new compatible.

Tested On:  H3
MFC after:	1 month
This commit is contained in:
Emmanuel Vadot 2019-04-16 12:40:49 +00:00
parent 5f50cbd3de
commit 54612fd52b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346272

View File

@ -52,6 +52,7 @@ static struct ofw_compat_data compat_data[] = {
{"allwinner,sun50i-a64-system-control", 1},
{"allwinner,sun8i-a83t-system-controller", 1},
{"allwinner,sun8i-h3-system-controller", 1},
{"allwinner,sun8i-h3-system-control", 1},
{NULL, 0}
};