Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Increase I2C_MAX_ADDR to 0xfff for sunx...
details: https://anonhg.NetBSD.org/src/rev/550f577cfd1d
branches: trunk
changeset: 841632:550f577cfd1d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun May 26 14:12:34 2019 +0000
description:
Increase I2C_MAX_ADDR to 0xfff for sunxi RSB
diffstat:
sys/arch/evbarm/conf/GENERIC | 3 ++-
sys/arch/evbarm/conf/GENERIC64 | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 4c4f547fcb8c -r 550f577cfd1d sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sun May 26 13:56:46 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sun May 26 14:12:34 2019 +0000
@@ -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 @@
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
diff -r 4c4f547fcb8c -r 550f577cfd1d sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Sun May 26 13:56:46 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Sun May 26 14:12:34 2019 +0000
@@ -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 @@
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?
Home |
Main Index |
Thread Index |
Old Index