summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2022-12-24 10:51:28 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2022-12-24 10:51:28 +0000
commit18b6bbfb16f337d84a7e4b6a43f495e015ef2734 (patch)
tree3f76be0fcf68d4c5d55cd8d113d154223cb86ae3 /sys/arch/arm64
parent731f6d588a8d354ee1cad995f86805d234f84289 (diff)
Enable pcagpio(4), and also consistently pcamux(4) while we're at it. With
this the SFP port on the ClearFog Base (CN9130) starts to work, as the SFP slot has some GPIOs routed through a GPIO extender. ok dlg@ kettenis@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/arm64/conf/RAMDISK5
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 9788fcf7269..cbad3c8297b 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.251 2022/12/17 11:56:44 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.252 2022/12/24 10:51:27 patrick Exp $
#
# GENERIC machine description file
#
@@ -543,6 +543,7 @@ islrtc* at iic? # ISL1208 RTC
maxrtc* at iic? # DS1307 RTC
mcprtc* at iic? # MCP794XX RTC
mfokrtc* at iic? # M41T8X RTC
+pcagpio* at iic? # PCA9554 GPIO expander
pcamux* at iic? # PCA9548 multiplexer
iic* at pcamux?
pcfrtc* at iic? # PCF8523 RTC
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 727ebe98edc..9a93b398437 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.185 2022/12/12 22:06:40 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.186 2022/12/24 10:51:27 patrick Exp $
machine arm64
maxusers 4
@@ -364,6 +364,9 @@ islrtc* at iic? # ISL1208 RTC
maxrtc* at iic? # DS1307 RTC
mcprtc* at iic? # MCP794XX RTC
mfokrtc* at iic? # M41T8X RTC
+pcagpio* at iic? # PCA9554 GPIO expander
+pcamux* at iic? # PCA9548 multiplexer
+iic* at pcamux?
pcfrtc* at iic? # PCF8523 RTC
pcxrtc* at iic? # PCF8563 RTC
pcyrtc* at iic? # PCF85063A/TP RTC