summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c_dts
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2021-01-19 14:22:35 +0000
committerCommit Bot <commit-bot@chromium.org>2021-01-21 17:45:53 +0000
commit542725baca37eaf62be58af9da4a447bd4ba0236 (patch)
treebb09bfd705953774c74236cb0494590c7cf714dd /zephyr/test/i2c_dts
parent19c36a2bb35ae61761e8a7a5431058e5e87e1a12 (diff)
downloadchrome-ec-542725baca37eaf62be58af9da4a447bd4ba0236.tar.gz
volteer: i2c: rename i2c-keys node to named-i2c-ports
Rename the node definition and instance to named-i2c-ports. This matches the node name and other references in the code. BUG=none TEST=zmake testall BRANCH=none Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I426cc29073d1725c208e151d0deeb9d5214bf7ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2638253 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/test/i2c_dts')
-rw-r--r--zephyr/test/i2c_dts/boards/native_posix.overlay2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/i2c_dts/boards/native_posix.overlay b/zephyr/test/i2c_dts/boards/native_posix.overlay
index 272be85361..ec534a1b88 100644
--- a/zephyr/test/i2c_dts/boards/native_posix.overlay
+++ b/zephyr/test/i2c_dts/boards/native_posix.overlay
@@ -5,7 +5,7 @@
/ {
named-i2c-ports {
- compatible = "i2c-keys";
+ compatible = "named-i2c-ports";
accel-0 {
i2c-port = <&bmi_i2c>;
label = "ACCEL_0";