From cee382980951d0363f24d6b450a8472231f9467d Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 29 Aug 2023 16:04:21 +0000 Subject: [PATCH] Enable dwiic(4) and axppmic(4). --- sys/arch/riscv64/conf/GENERIC | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 81e6ab0d419..292cf35ed45 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2023/07/08 10:06:13 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.46 2023/08/29 16:04:21 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -87,7 +87,8 @@ gpiorestart* at fdt? cad* at fdt? dwge* at fdt? dwqe* at fdt? - +dwiic* at fdt? +iic* at dwiic? dwmmc* at fdt? sdmmc* at dwmmc? @@ -272,6 +273,9 @@ ukphy* at mii? # "unknown" PHYs urlphy* at mii? # Realtek RTL8150L internal PHY ytphy* at mii? # MotorComm YT8511 PHY +# I2C devices +axppmic* at iic? # AXP15060 PMIC + # Pseudo-Devices pseudo-device openprom pseudo-device hotplug 1 # devices hot plugging -- 2.20.1