Module Name:    src
Committed By:   jmcneill
Date:           Sun Jul  1 18:18:18 UTC 2018

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

Log Message:
Add rkiic


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/GENERIC64

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/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.24 src/sys/arch/evbarm/conf/GENERIC64:1.25
--- src/sys/arch/evbarm/conf/GENERIC64:1.24	Sun Jul  1 15:33:29 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Sun Jul  1 18:18:18 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.24 2018/07/01 15:33:29 skrll Exp $
+#	$NetBSD: GENERIC64,v 1.25 2018/07/01 18:18:18 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -220,6 +220,7 @@ plcom*		at fdt?			# ARM PL011 UART
 
 # I2C controllers
 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
+rkiic*		at fdt?			# Rockchip I2C
 sunxirsb*	at fdt?			# Allwinner RSB
 sunxitwi*	at fdt?			# Allwinner TWI
 tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C

Reply via email to