Module Name:    src
Committed By:   jmcneill
Date:           Sun May 26 14:12:35 UTC 2019

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

Log Message:
Increase I2C_MAX_ADDR to 0xfff for sunxi RSB


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.93 -r1.94 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/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.32 src/sys/arch/evbarm/conf/GENERIC:1.33
--- src/sys/arch/evbarm/conf/GENERIC:1.32	Sat May 25 12:06:59 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Sun May 26 14:12:34 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.32 2019/05/25 12:06:59 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.33 2019/05/26 14:12:34 jmcneill Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -412,6 +412,7 @@ plcom*		at fdt?			# ARM PL011 UART
 mesonuart*	at fdt?			# Amlogic Meson UART
 
 # I2C controllers
+options 	I2C_MAX_ADDR=0xfff
 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
 exyoi2c*	at fdt?			# Samsung Exynos I2C
 sunxirsb*	at fdt? pass 4		# Allwinner RSB

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.93 src/sys/arch/evbarm/conf/GENERIC64:1.94
--- src/sys/arch/evbarm/conf/GENERIC64:1.93	Sat May 25 12:14:28 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Sun May 26 14:12:34 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.93 2019/05/25 12:14:28 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.94 2019/05/26 14:12:34 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -326,6 +326,7 @@ puc*		at pci? dev ? function ?	# PCI "un
 com*		at puc? port ?
 
 # I2C controllers
+options 	I2C_MAX_ADDR=0xfff
 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
 dwiic*		at fdt?			# Designware I2C
 dwiic*		at acpi?

Reply via email to