summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/i2c.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/it8xxx2_evb/i2c.dts')
-rw-r--r--zephyr/projects/it8xxx2_evb/i2c.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/projects/it8xxx2_evb/i2c.dts b/zephyr/projects/it8xxx2_evb/i2c.dts
index 753755f449..c08c543e44 100644
--- a/zephyr/projects/it8xxx2_evb/i2c.dts
+++ b/zephyr/projects/it8xxx2_evb/i2c.dts
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -9,19 +9,19 @@
battery {
i2c-port = <&i2c2>;
- enum-name = "I2C_PORT_BATTERY";
+ enum-names = "I2C_PORT_BATTERY";
};
evb-1 {
i2c-port = <&i2c0>;
- enum-name = "I2C_PORT_EVB_1";
+ enum-names = "I2C_PORT_EVB_1";
};
evb-2 {
i2c-port = <&i2c1>;
- enum-name = "I2C_PORT_EVB_2";
+ enum-names = "I2C_PORT_EVB_2";
};
opt-4 {
i2c-port = <&i2c4>;
- enum-name = "I2C_PORT_OPT_4";
+ enum-names = "I2C_PORT_OPT_4";
};
};
};