diff options
author | Peter Tyser | 2009-04-18 22:34:03 -0500 |
---|---|---|
committer | Wolfgang Denk | 2009-06-12 20:39:46 +0200 |
commit | 0f89c54be92773b23d66ac401ba6acb6144100c3 (patch) | |
tree | 60f51c10ce10d8525fd635a1f99e76707221f4d0 /doc/README.ppc440 | |
parent | d48eb5131d287f52bb85b4c58c8680a2e8e3b641 (diff) |
i2c: Update references to individual i2c commands
The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
and isdram are no longer available so all references to them have been
updated to the new form of "i2c <cmd>".
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'doc/README.ppc440')
-rw-r--r-- | doc/README.ppc440 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.ppc440 b/doc/README.ppc440 index 0a5f99fb134..1b96458d9e7 100644 --- a/doc/README.ppc440 +++ b/doc/README.ppc440 @@ -88,7 +88,7 @@ I2C ================= The i2c utilities have been tested on both Rev B. and Rev C. and -look good. The iprobe command implementation has been updated to +look good. The 'i2c probe' command implementation has been updated to allow for 'skipped' addresses. Some i2c slaves are write only and cause problems when a probe (read) is performed (for example the CDCV850 clock controller at address 0x69 on the ebony board). @@ -97,7 +97,7 @@ To prevent probing certain addresses you can define the CONFIG_SYS_I2C_NOPROBES macro in your board-specific header file. When defined, all specified addresses are skipped during a probe. The addresses that are skipped will be displayed in the output -of the iprobe command. +of the 'i2c probe' command. For example, to prevent probing address 0x69, define the macro as follows: |