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 disable axp20x for now, it seems after ...



details:   https://anonhg.NetBSD.org/src/rev/13aee2e4a69f
branches:  trunk
changeset: 333227:13aee2e4a69f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 24 10:48:05 2014 +0000

description:
disable axp20x for now, it seems after a while we get "send STOP failed" from i2c bus and then things go from bad to worse

diffstat:

 sys/arch/evbarm/conf/BPI        |  4 ++--
 sys/arch/evbarm/conf/CUBIEBOARD |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 30efdbfb9348 -r 13aee2e4a69f sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Fri Oct 24 07:08:26 2014 +0000
+++ b/sys/arch/evbarm/conf/BPI  Fri Oct 24 10:48:05 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.5 2014/10/24 07:00:49 skrll Exp $
+#      $NetBSD: BPI,v 1.6 2014/10/24 10:48:05 jmcneill Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -228,7 +228,7 @@
 awiniic0       at awinio? port 0
 #awiniic*      at awinio? port ?
 iic*           at awiniic?
-axp20x0        at iic0 addr 0x34       # AXP209 Power Management Unit
+#axp20x0       at iic0 addr 0x34       # AXP209 Power Management Unit
 
 # On-board 16550 UARTs
 com0           at awinio? port 0                       # UART0 (console)
diff -r 30efdbfb9348 -r 13aee2e4a69f sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Fri Oct 24 07:08:26 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Fri Oct 24 10:48:05 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.28 2014/10/15 23:04:08 jmcneill Exp $
+#      $NetBSD: CUBIEBOARD,v 1.29 2014/10/24 10:48:05 jmcneill Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -226,7 +226,7 @@
 awiniic0       at awinio? port 0
 #awiniic*      at awinio? port ?
 iic*           at awiniic?
-axp20x0        at iic0 addr 0x34       # AXP209 Power Management Unit
+#axp20x0       at iic0 addr 0x34       # AXP209 Power Management Unit
 
 # On-board 16550 UARTs
 com0           at awinio? port 0                       # UART0 (console)



Home | Main Index | Thread Index | Old Index