summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/i2c
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/dts/bindings/i2c
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/dts/bindings/i2c')
-rw-r--r--zephyr/dts/bindings/i2c/named-i2c-ports.yaml (renamed from zephyr/dts/bindings/i2c/i2c-keys.yaml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/dts/bindings/i2c/i2c-keys.yaml b/zephyr/dts/bindings/i2c/named-i2c-ports.yaml
index 08add12b32..088990eec1 100644
--- a/zephyr/dts/bindings/i2c/i2c-keys.yaml
+++ b/zephyr/dts/bindings/i2c/named-i2c-ports.yaml
@@ -1,12 +1,12 @@
# Copyright (c) 2020 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
-description: I2C KEYS parent node
+description: Named I2C ports parent node
-compatible: "i2c-keys"
+compatible: "named-i2c-ports"
child-binding:
- description: I2C KEYS child node
+ description: Named I2C ports child node
properties:
i2c-port:
type: phandle
@@ -14,4 +14,4 @@ child-binding:
label:
required: true
type: string
- description: Human readable string describing the device (used as device_get_binding() argument) \ No newline at end of file
+ description: Human readable string describing the device (used as device_get_binding() argument)