From 66f78b2e3f35672e27cae56591802da24b640187 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Thu, 10 Mar 2022 11:11:32 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3518083 Reviewed-by: Jeremy Bettis --- docs/zephyr/zephyr_i2c.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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 { -- cgit v1.2.1