Module Name:    src
Committed By:   skrll
Date:           Sun Jan  5 09:04:07 UTC 2025

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

Log Message:
Add X-Powers AXP Power Management IC and registers attachments


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/sys/arch/riscv/conf/GENERIC.common:1.18
--- src/sys/arch/riscv/conf/GENERIC.common:1.17	Thu Jan  2 07:55:26 2025
+++ src/sys/arch/riscv/conf/GENERIC.common	Sun Jan  5 09:04:07 2025
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.17 2025/01/02 07:55:26 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.18 2025/01/05 09:04:07 skrll Exp $
 #
 #	GENERIC common RISC-V kernel config items shared between 32 and 64
 #	kernels
@@ -171,6 +171,10 @@ ld* 		at nvme? nsid ?
 dwiic* 		at fdt?			# Designware I2C
 iic* 		at i2cbus?
 
+# I2C devices
+axppmic* 	at iic?			# X-Powers AXP Power Management IC
+axpreg* 	at axppmic?
+
 # Virtio devices
 virtio* 	at fdt?			# Virtio MMIO device
 #viomb* 	at virtio?		# Virtio memory balloon device

Reply via email to