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 Allow gpio children for any parent whic...



details:   https://anonhg.NetBSD.org/src/rev/d79c4cefdd34
branches:  trunk
changeset: 823775:d79c4cefdd34
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue May 09 01:57:04 2017 +0000

description:
Allow gpio children for any parent which offers the gpiobus attribute.
Resolves issue with gpiosim(4)
gpiosim0: simulating 64 pins
gpiobus at gpiosim0 not configured

Reviewed by pgoyette

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r edfa57cb9128 -r d79c4cefdd34 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Mon May 08 14:42:16 2017 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Tue May 09 01:57:04 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.41 2017/04/25 18:52:31 sevan Exp $
+#      $NetBSD: BEAGLEBONE,v 1.42 2017/05/09 01:57:04 sevan Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -99,6 +99,7 @@
 gpio2          at omapgpio2
 omapgpio3      at obio1 addr 0x481ae000 size 0x1000 # intrbase 224 intr 32
 gpio3          at omapgpio3
+gpio*          at gpiobus?
 
 # I2C Controller
 tiiic0         at obio0 addr 0x44e0b000 size 0x1000 intr 70



Home | Main Index | Thread Index | Old Index