diff options
author | 2018-08-27 10:05:18 +0000 | |
---|---|---|
committer | 2018-08-27 10:05:18 +0000 | |
commit | 071ed37e1192e39649aa0629c92395388c3b87b4 (patch) | |
tree | 2347275097bf947a0eee9bf45885873b682e60a7 | |
parent | handle 16 bit register width required for omap3/omap4 (diff) | |
download | wireguard-openbsd-071ed37e1192e39649aa0629c92395388c3b87b4.tar.xz wireguard-openbsd-071ed37e1192e39649aa0629c92395388c3b87b4.zip |
switch from ompinmux to pinctrl
ok kettenis@
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index b054a3a07ae..bbad1ba7f51 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.119 2018/08/22 15:38:46 mpi Exp $ +# $OpenBSD: GENERIC,v 1.120 2018/08/27 10:05:18 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -73,7 +73,7 @@ intc* at fdt? # OMAP3 interrupt controller omwugen* at fdt? # Wake-up generator #edma* at fdt? # OMAP3 dma controller prcm* at omap? # power/clock controller -ompinmux* at fdt? # pin muxing +pinctrl* at fdt? # pin muxing omdog* at fdt? # watchdog timer omgpio* at fdt? # user-visible GPIO pins? gpio* at omgpio? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index f1d6c191500..9199aebda3e 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.105 2018/08/05 13:20:58 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.106 2018/08/27 10:05:18 jsg Exp $ machine armv7 arm @@ -69,7 +69,7 @@ intc* at fdt? # OMAP3 interrupt controller omwugen* at fdt? # Wake-up generator #edma* at fdt? # OMAP3 dma controller prcm* at omap? # power/clock controller -ompinmux* at fdt? # pin muxing +pinctrl* at fdt? # pin muxing omdog* at fdt? # watchdog timer omgpio* at fdt? # user-visible GPIO pins? gpio* at omgpio? |