From 54612fd52b8d13f40c073969b13c54d8d4cae723 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 16 Apr 2019 12:40:49 +0000 Subject: [PATCH] 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 --- sys/arm/allwinner/aw_syscon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/allwinner/aw_syscon.c b/sys/arm/allwinner/aw_syscon.c index 122ab2283fe2..1e276532ba10 100644 --- a/sys/arm/allwinner/aw_syscon.c +++ b/sys/arm/allwinner/aw_syscon.c @@ -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} };