summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/case_closed_debugging_cr50.md2
-rw-r--r--docs/ec_terms.md12
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md
index 5a71bc42ad..0a9c76bbbd 100644
--- a/docs/case_closed_debugging_cr50.md
+++ b/docs/case_closed_debugging_cr50.md
@@ -64,7 +64,7 @@ Capability | Default | Function
`OpenNoLongPP` | `IfOpened` | Allow opening Cr50 without physical presence
`BatteryBypassPP` | `Always` | Allow opening Cr50 without physical presence and developer mode if the battery is removed
`UpdateNoTPMWipe` | `Always` | Allow updating Cr50 without wiping the TPM
-`I2C` | `IfOpened` | Allow access to the I2C master (used for measuring power)
+`I2C` | `IfOpened` | Allow access to the I2C controller (used for measuring power)
`FlashRead` | `Always` | Allow dumping a hash of the AP or EC flash
`OpenNoDevMode` | `IfOpened` | Allow opening Cr50 without developer mode
`OpenFromUSB` | `IfOpened` | Allow opening Cr50 from USB
diff --git a/docs/ec_terms.md b/docs/ec_terms.md
index 8c3e4e2f48..3242302940 100644
--- a/docs/ec_terms.md
+++ b/docs/ec_terms.md
@@ -92,17 +92,17 @@
* **I/O Expander**{#ioexpander}
- An [I2C](#i2c) slave device that provides additional GPIO signals (anywhere
+ An [I2C](#i2c) periph device that provides additional GPIO signals (anywhere
from 8 - 32 signals). GPIOs behind an I/O expander are written and read
- using I2C register accesses from the I2C master.
+ using I2C register accesses from the I2C controller.
* **I2C - Inter-Integrated Circuit**{#i2c}
A 2-wire synchronous communication bus, consisting of a clock signal and a
- bidirectional data signal. An I2C bus typically contains one master device
- and one more slave devices. The I2C standard defines supported clock speeds
- of 100 KHz and 400 KHz. The full [I2C Specification] is available from NXP
- (formerly Phillips).
+ bidirectional data signal. An I2C bus typically contains one controller
+ device and one more periph devices. The I2C standard defines supported
+ clock speeds of 100 KHz and 400 KHz. The full [I2C Specification] is
+ available from NXP (formerly Phillips).
* **LED - Light Emitting Diode**{#led}