summaryrefslogtreecommitdiff
path: root/zephyr/projects
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2021-12-14 10:56:28 +1100
committerCommit Bot <commit-bot@chromium.org>2021-12-14 01:20:06 +0000
commite35ef61c9985c05ae0e7693dddb71067ab323139 (patch)
treeefdeed993caa60862e47350f245edd53397e88be /zephyr/projects
parentd652e837bde5dab8be0a46afb6b475d4a764c05d (diff)
downloadchrome-ec-e35ef61c9985c05ae0e7693dddb71067ab323139.tar.gz
nissa: Remove unnecessary label attribute
The I2C DTS config does not require a label attribute. BUG=b:210527501 TEST=zmake configure -b nivviks BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I4cfc402ff8932657270527b99aace35be2aab7c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3336637 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/projects')
-rw-r--r--zephyr/projects/nissa/i2c_nivviks.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/zephyr/projects/nissa/i2c_nivviks.dts b/zephyr/projects/nissa/i2c_nivviks.dts
index 9172d16b74..ab1646895d 100644
--- a/zephyr/projects/nissa/i2c_nivviks.dts
+++ b/zephyr/projects/nissa/i2c_nivviks.dts
@@ -32,7 +32,6 @@
&i2c0_0 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
- label = "I2C_EEPROM";
};
&i2c_ctrl0 {
@@ -42,7 +41,6 @@
&i2c1_0 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
- label = "I2C_SENSOR";
};
&i2c_ctrl1 {
@@ -52,7 +50,6 @@
&i2c3_0 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST_PLUS>;
- label = "I2C_USB_C0";
};
&i2c_ctrl3 {
@@ -62,7 +59,6 @@
&i2c5_1 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST_PLUS>;
- label = "I2C_SUB_USB_C1";
};
&i2c_ctrl5 {
@@ -72,7 +68,6 @@
&i2c7_0 {
status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>;
- label = "I2C_BATTERY";
};
&i2c_ctrl7 {