summaryrefslogtreecommitdiff
path: root/docs/zephyr
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-03-10 11:11:32 -0700
committerCommit Bot <commit-bot@chromium.org>2022-03-11 05:36:19 +0000
commit66f78b2e3f35672e27cae56591802da24b640187 (patch)
treeb09b0785daae89f6328c7304f51c494b4627dc5f /docs/zephyr
parentbf8359c11960d7eea736db45424ddc9b80ce2f32 (diff)
downloadchrome-ec-66f78b2e3f35672e27cae56591802da24b640187.tar.gz
zephyr: volteer: delete use of remote-port
The "remote-port" property is only needed on ARM platforms to directly check the battery and fuel-gauge. The AP firmware and kernel uses the EC_CMD_LOCATE_CHIP to determine the I2C bus for EEPROM and TCPC chips. BUG=none BRANCH=none TEST=zmake testall Change-Id: Ie955317fe4ad22441c97443221c0041bd3580233 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3518083 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'docs/zephyr')
-rw-r--r--docs/zephyr/zephyr_i2c.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_i2c.md b/docs/zephyr/zephyr_i2c.md
index bac1af0bae..09c6473ea6 100644
--- a/docs/zephyr/zephyr_i2c.md
+++ b/docs/zephyr/zephyr_i2c.md
@@ -345,7 +345,6 @@ below:
};
eeprom {
i2c-port = <&i2c7_0>;
- remote-port = <7>;
enum-name = "I2C_PORT_EEPROM";
};
charger {