diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 08:19:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 08:19:56 +0000 |
commit | 9641fc3f51fce15a2395642995fbf3a1e675e821 (patch) | |
tree | 2e31ad90d455ed7c13115cb2f26ca994f6e1a153 /sys/arch/arm64/conf/GENERIC | |
parent | 18615bbab442425d7b3a9e3aac2b180ca2230334 (diff) |
amclock(4), a driver for the Amlogic SoC clocks. For now this implements
a tiny number of clocks for the G12A/B families only.
ok jsg@
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 32c0e448a04..8b0f52dd825 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.112 2019/08/26 09:42:31 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.113 2019/08/27 08:19:55 kettenis Exp $ # # GENERIC machine description file # @@ -139,6 +139,7 @@ dwctwo* at fdt? usb* at dwctwo? # Amlogic SoCs +amlclock* at fdt? early 1 amlreset* at fdt? early 1 amluart* at fdt? |