summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-06-10 11:16:28 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-11 21:21:00 +0000
commit729439bf4615ab668647029cde157dc175838a5a (patch)
tree5fa78bdf14b8186d62f1d2a29a1b500072ef34b2 /zephyr/projects/trogdor
parentc1da363a46b718f12089189f0dab30172d33105a (diff)
downloadchrome-ec-729439bf4615ab668647029cde157dc175838a5a.tar.gz
zephyr: lazor: remove the WLC I2C bus from dts
The WLC I2C bus on Lazor is used for other purposes: GPIO and NC. Remove the bus from dts, such that it won't appear in the i2c_ports[]. The `i2cscan` won't scan this bus. BUG=b:182398910 BRANCH=None TEST=Tested the `i2cscan` command (need to enable a CONFIG). Change-Id: Id1d029c380726e8846f93a04a666441a537421de Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2954724 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/trogdor')
-rw-r--r--zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts b/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
index 27b53d62b9..b2d0ba546d 100644
--- a/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
+++ b/zephyr/projects/trogdor/boards/arm/trogdor/trogdor.dts
@@ -70,11 +70,6 @@
enum-name = "I2C_PORT_TCPC1";
label = "TCPC1";
};
- wlc {
- i2c-port = <&i2c3_0>;
- enum-name = "I2C_PORT_WLC";
- label = "WLC";
- };
eeprom {
i2c-port = <&i2c5_0>;
enum-name = "I2C_PORT_EEPROM";