diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-05-08 13:29:03 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-23 08:59:48 +0000 |
commit | 7687617d0020b0a234d8d299a9d31ec363512436 (patch) | |
tree | a9c4bec6d8ba240995a0ac8c24a4f02a5960baa4 /util/autoport | |
parent | 0e0c7a3dd8f93b50d4ff494639b5e2ff45ffaeaa (diff) |
util/autoport: Mention i2c-i801 module in readme.md
SMBus adapter will not appear if i2c-i801 module is not loaded.
Added it to the readme.
Change-Id: I3de0e02f13178d78b8cc02a74a745ad66e929070
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32681
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index 4683d8dd10..cfa8c36a38 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -120,6 +120,7 @@ on the vendor firmware with just one module in channel 0, slot 0, and check the the EEPROM has. Under Linux, you can use these commands to see what is on SMBus: $ sudo modprobe i2c-dev + $ sudo modprobe i2c-i801 $ sudo i2cdetect -l i2c-0 i2c i915 gmbus ssc I2C adapter i2c-1 i2c i915 gmbus vga I2C adapter |