Module Name:    src
Committed By:   jmcneill
Date:           Sun Oct 27 19:11:24 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Add tiiic, tps65217pmic


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/conf/GENERIC

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/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.56 src/sys/arch/evbarm/conf/GENERIC:1.57
--- src/sys/arch/evbarm/conf/GENERIC:1.56	Sun Oct 27 18:00:46 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Sun Oct 27 19:11:24 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.56 2019/10/27 18:00:46 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.57 2019/10/27 19:11:24 jmcneill Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -492,6 +492,7 @@ exyoi2c* 	at fdt?			# Samsung Exynos I2C
 sunxirsb* 	at fdt? pass 4		# Allwinner RSB
 sunxitwi* 	at fdt?			# Allwinner TWI
 tegrai2c* 	at fdt? pass 4		# NVIDIA Tegra I2C
+tiiic*		at fdt? pass 4		# TI OMAP I2C
 iic* 		at i2cbus?
 
 # I2C devices
@@ -510,6 +511,7 @@ sy8106a* 	at iic?			# Silergy SY81061 re
 tcakp* 		at iic?			# TI TCA8418 Keypad Scan IC
 tcagpio* 	at iic?
 titemp* 	at iic?
+tps65217pmic*	at iic?			# TI TPS65217 Power Management IC
 wskbd* 		at tcakp? console ?
 
 # CAN bus

Reply via email to