From 25bdbb9c55944081cce454f2078f99a20234cecd Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 30 Apr 2017 17:42:33 +0000 Subject: Add rkclock(4), a driver for the Rockchip RK3399 clocks. --- sys/arch/arm64/conf/GENERIC | 3 ++- sys/arch/arm64/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch/arm64') 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 -- cgit v1.2.3