PERFORCE change 110596 for review
Warner Losh
imp at FreeBSD.org
Mon Nov 27 21:11:43 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=110596
Change 110596 by imp at imp_lighthouse on 2006/11/27 23:08:41
Add all the IIC eeproms we have to read.
Affected files ...
.. //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#3 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#3 (text+ko) ====
@@ -2,4 +2,40 @@
# $TSC$
hint.at45d.0.at="spibus0"
hint.at45d.0.cs=0
-
+# ID Eeprom
+hint.icee.0.at="iicbus0"
+hint.icee.0.addr=0x40
+hint.icee.0.type=8
+hint.icee.0.size=2048
+# Config Eeprom
+hint.icee.1.at="iicbus0"
+hint.icee.1.addr=0x48
+hint.icee.1.type=8
+hint.icee.1.size=2048
+# spf eeprom
+hint.icee.2.at="iicbus0"
+hint.icee.2.addr=0x50
+hint.icee.2.type=8
+hint.icee.2.size=128
+# input card ltc4305: 0x58
+# daughter card ltc4305: 0x59
+# ps eeprom
+hint.icee.3.at="iicbus0"
+hint.icee.3.addr=0x60
+hint.icee.3.type=8
+hint.icee.3.size=2048
+# daughter ID eeprom
+hint.icee.4.at="iicbus0"
+hint.icee.4.addr=0x68
+hint.icee.4.type=8
+hint.icee.4.size=2048
+# RU/GPS board ID eeprom
+hint.icee.5.at="iicbus0"
+hint.icee.5.addr=0x70
+hint.icee.5.type=8
+hint.icee.5.size=2048
+# Input Card ID eeprom
+hint.icee.6.at="iicbus0"
+hint.icee.6.addr=0x78
+hint.icee.6.type=8
+hint.icee.6.size=2048
More information about the p4-projects
mailing list