summaryrefslogtreecommitdiff
path: root/zephyr/boards
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 /zephyr/boards
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 'zephyr/boards')
-rw-r--r--zephyr/boards/arm/volteer/volteer.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/boards/arm/volteer/volteer.dts b/zephyr/boards/arm/volteer/volteer.dts
index c6623f22dc..0d2b060967 100644
--- a/zephyr/boards/arm/volteer/volteer.dts
+++ b/zephyr/boards/arm/volteer/volteer.dts
@@ -81,7 +81,6 @@
};
eeprom {
i2c-port = <&i2c7_0>;
- remote-port = <7>;
enum-name = "I2C_PORT_EEPROM";
};
charger {