Module Name:    src
Committed By:   skrll
Date:           Sat Jan 25 13:52:19 UTC 2025

Modified Files:
        src/sys/arch/riscv/conf: GENERIC.common

Log Message:
risc-v: disable X-Powers AXP Power Management IC for now as it causes problems


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/conf/GENERIC.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/conf/GENERIC.common
diff -u src/sys/arch/riscv/conf/GENERIC.common:1.18 src/sys/arch/riscv/conf/GENERIC.common:1.19
--- src/sys/arch/riscv/conf/GENERIC.common:1.18	Sun Jan  5 09:04:07 2025
+++ src/sys/arch/riscv/conf/GENERIC.common	Sat Jan 25 13:52:19 2025
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.18 2025/01/05 09:04:07 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.19 2025/01/25 13:52:19 skrll Exp $
 #
 #	GENERIC common RISC-V kernel config items shared between 32 and 64
 #	kernels
@@ -172,8 +172,8 @@ dwiic* 		at fdt?			# Designware I2C
 iic* 		at i2cbus?
 
 # I2C devices
-axppmic* 	at iic?			# X-Powers AXP Power Management IC
-axpreg* 	at axppmic?
+#axppmic* 	at iic?			# X-Powers AXP Power Management IC
+#axpreg* 	at axppmic?
 
 # Virtio devices
 virtio* 	at fdt?			# Virtio MMIO device

Reply via email to