diff options
author | Daniel Schaefer | 2020-06-14 20:23:55 +0200 |
---|---|---|
committer | Wolfram Sang | 2020-06-19 09:21:48 +0200 |
commit | a5765124e697e67df01420f9ed8f9a851097d680 (patch) | |
tree | 006689acae6f9e4c2ec9b5b4e335d04b70c1b250 /Documentation/i2c | |
parent | 390fd0475af565d2fc31de98fcc84f3c2922e008 (diff) |
Documentation/i2c: SMBus start signal is S not A
Just like all other I2C/SMBus commands, the start signal for the SMBus
Quick Command is S, not A.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/smbus-protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index c2e29633071e..64689d19dd51 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -57,7 +57,7 @@ SMBus Quick Command This sends a single bit to the device, at the place of the Rd/Wr bit:: - A Addr Rd/Wr [A] P + S Addr Rd/Wr [A] P Functionality flag: I2C_FUNC_SMBUS_QUICK |