diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-05-06 18:25:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-05-06 18:25:44 +0000 |
commit | 14f3291d7ba501d11a53b637a72346fd9bfdd523 (patch) | |
tree | ab5c548785e93676b05197f32f261e9733640289 /sys/arch/arm64/conf | |
parent | a2a1592e4813a70f31e289399aaccde362c41a4d (diff) |
Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs.
Diffstat (limited to 'sys/arch/arm64/conf')
-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 f5e499758d1..326f666412a 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 2017/05/05 17:43:47 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.30 2017/05/06 18:25:43 kettenis Exp $ # # GENERIC machine description file # @@ -86,6 +86,7 @@ usb* at dwctwo? rkclock* at fdt? early 1 rkgrf* at fdt? early 1 rkpinctrl* at fdt? early 1 +rkgpio* at fdt? # Sunxi SoCs sxipio* at fdt? early 1 # GPIO pins for leds & PHYs diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 5d1812189b5..b88c980bea2 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2017/05/05 17:43:47 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.27 2017/05/06 18:25:43 kettenis Exp $ # # GENERIC machine description file # @@ -93,6 +93,7 @@ usb* at dwctwo? rkclock* at fdt? early 1 rkgrf* at fdt? early 1 rkpinctrl* at fdt? early 1 +rkgpio* at fdt? # Sunxi SoCs sxipio* at fdt? early 1 # GPIO pins for leds & PHYs |