diff options
author | 2017-07-16 19:30:56 +0000 | |
---|---|---|
committer | 2017-07-16 19:30:56 +0000 | |
commit | ef6c1d0fb352004734c262f13e208aa0ade426c9 (patch) | |
tree | a3abd5482d2398728ac2b5bdb0b873133df7779e | |
parent | The only elements using floats are dt.It-tag, so the only elements (diff) | |
download | wireguard-openbsd-ef6c1d0fb352004734c262f13e208aa0ade426c9.tar.xz wireguard-openbsd-ef6c1d0fb352004734c262f13e208aa0ade426c9.zip |
Match /clocks node on Allwinner H5.
-rw-r--r-- | sys/dev/fdt/sxiccmu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fdt/sxiccmu.c b/sys/dev/fdt/sxiccmu.c index d3b15915dc2..b257d2a1bf9 100644 --- a/sys/dev/fdt/sxiccmu.c +++ b/sys/dev/fdt/sxiccmu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sxiccmu.c,v 1.2 2017/03/26 17:36:46 kettenis Exp $ */ +/* $OpenBSD: sxiccmu.c,v 1.3 2017/07/16 19:30:56 kettenis Exp $ */ /* * Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org> * Copyright (c) 2013 Artturi Alm @@ -104,6 +104,7 @@ sxiccmu_match(struct device *parent, void *match, void *aux) OF_is_compatible(node, "allwinner,sun5i-a10s") || OF_is_compatible(node, "allwinner,sun5i-r8") || OF_is_compatible(node, "allwinner,sun50i-a64") || + OF_is_compatible(node, "allwinner,sun50i-h5") || OF_is_compatible(node, "allwinner,sun7i-a20") || OF_is_compatible(node, "allwinner,sun8i-h3") || OF_is_compatible(node, "allwinner,sun9i-a80")); |