Module Name: src
Committed By: martin
Date: Sat Nov 2 07:56:25 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: N900 OVERO
Log Message:
Replace tps65950pm with twl (the former has been removed)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/N900
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/OVERO
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/N900
diff -u src/sys/arch/evbarm/conf/N900:1.31 src/sys/arch/evbarm/conf/N900:1.32
--- src/sys/arch/evbarm/conf/N900:1.31 Sat May 18 08:49:23 2019
+++ src/sys/arch/evbarm/conf/N900 Sat Nov 2 07:56:25 2019
@@ -1,5 +1,5 @@
#
-# $NetBSD: N900,v 1.31 2019/05/18 08:49:23 skrll Exp $
+# $NetBSD: N900,v 1.32 2019/11/02 07:56:25 martin Exp $
#
# N900 -- Nokia N900 Kernel
#
@@ -230,10 +230,10 @@ iic* at omapiic?
# I2C devices
# Power Management and System Companion Device
-tps65950pm0 at iic0 addr 0x48
-tps65950pm1 at iic0 addr 0x49
-tps65950pm2 at iic0 addr 0x4a
-tps65950pm3 at iic0 addr 0x4b
+twl0 at iic0 addr 0x48
+twl1 at iic0 addr 0x49
+twl2 at iic0 addr 0x4a
+twl3 at iic0 addr 0x4b
# On-board 16550 UARTs
#com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
Index: src/sys/arch/evbarm/conf/OVERO
diff -u src/sys/arch/evbarm/conf/OVERO:1.55 src/sys/arch/evbarm/conf/OVERO:1.56
--- src/sys/arch/evbarm/conf/OVERO:1.55 Fri Apr 26 22:46:03 2019
+++ src/sys/arch/evbarm/conf/OVERO Sat Nov 2 07:56:25 2019
@@ -1,5 +1,5 @@
#
-# $NetBSD: OVERO,v 1.55 2019/04/26 22:46:03 sevan Exp $
+# $NetBSD: OVERO,v 1.56 2019/11/02 07:56:25 martin Exp $
#
# OVERO -- Gumstix. Inc. Overo COMS platforms kernel
#
@@ -179,10 +179,10 @@ omapiic1 at obio0 addr 0x48060000 size 0
iic* at omapiic?
# Power Management and System Companion Device
-tps65950pm0 at iic0 addr 0x48
-tps65950pm1 at iic0 addr 0x49
-tps65950pm2 at iic0 addr 0x4a
-tps65950pm3 at iic0 addr 0x4b
+twl0 at iic0 addr 0x48
+twl1 at iic0 addr 0x49
+twl2 at iic0 addr 0x4a
+twl3 at iic0 addr 0x4b
# On-board 16550 UARTs
com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)