]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/i2c/chips/pcf8575
i2c: Convert the pcf8575 driver to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / Documentation / i2c / chips / pcf8575
index 25f5698a61cf646ee5d78b24bcfdbc1b6e6154b1..40b268eb276fc3b514142f16958d6f660d79dc04 100644 (file)
@@ -40,12 +40,9 @@ Detection
 ---------
 
 There is no method known to detect whether a chip on a given I2C address is
-a PCF8575 or whether it is any other I2C device. So there are two alternatives
-to let the driver find the installed PCF8575 devices:
-- Load this driver after any other I2C driver for I2C devices with addresses
-  in the range 0x20 .. 0x27.
-- Pass the I2C bus and address of the installed PCF8575 devices explicitly to
-  the driver at load time via the probe=... or force=... parameters.
+a PCF8575 or whether it is any other I2C device, so you have to pass the I2C
+bus and address of the installed PCF8575 devices explicitly to the driver at
+load time via the force=... parameter.
 
 /sys interface
 --------------