diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-30 17:42:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-30 17:42:33 +0000 |
commit | 25bdbb9c55944081cce454f2078f99a20234cecd (patch) | |
tree | d3c66dc53738e3116cc0222be335a04525c649fb /sys/arch/arm64 | |
parent | e62fafe0fa1eeeb884ab8eaf16544bea713623e0 (diff) |
Add rkclock(4), a driver for the Rockchip RK3399 clocks.
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 5e3af582371..cd410e6fda2 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 2017/04/30 14:03:44 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.27 2017/04/30 17:42:32 kettenis Exp $ # # GENERIC machine description file # @@ -81,6 +81,7 @@ dwctwo* at fdt? usb* at dwctwo? # Rockchip SoCs +rkclock* at fdt? early 1 rkgrf* at fdt? early 1 # Sunxi SoCs diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 9f48c620317..ffd35eeae7a 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 2017/04/30 14:03:44 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.24 2017/04/30 17:42:32 kettenis Exp $ # # GENERIC machine description file # @@ -88,6 +88,7 @@ dwctwo* at fdt? usb* at dwctwo? # Rockchip SoCs +rkclock* at fdt? early 1 rkgrf* at fdt? early 1 # Sunxi SoCs |