]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/misc-devices/max6875
max6875: Discard obsolete detect method
[karo-tx-linux.git] / Documentation / misc-devices / max6875
index 10ca43cd1a72aa9d2d5bafc77a1116c126d7d892..1e89ee3ccc1b0ce33a7cd089ae42215211edf201 100644 (file)
@@ -42,10 +42,12 @@ General Remarks
 
 Valid addresses for the MAX6875 are 0x50 and 0x52.
 Valid addresses for the MAX6874 are 0x50, 0x52, 0x54 and 0x56.
-The driver does not probe any address, so you must force the address.
+The driver does not probe any address, so you explicitly instantiate the
+devices.
 
 Example:
-$ modprobe max6875 force=0,0x50
+$ modprobe max6875
+$ echo max6875 0x50 > /sys/bus/i2c/devices/i2c-0/new_device
 
 The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple
 addresses.  For example, for address 0x50, it also reserves 0x51.