summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-04-07 13:46:11 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-07 21:36:11 +0000
commit0940ca52bde3bbcffd5cc671547fc635026f1f68 (patch)
tree5ff8441ecdfa87d013a386f09a60c6909e8837b0
parent5e057d61ff8e37c9a1f334c9ae68102172aa3c14 (diff)
downloadchrome-ec-0940ca52bde3bbcffd5cc671547fc635026f1f68.tar.gz
zephyr: lint pass, s/ {4}/\t/g for dts files
Use the same spacing (tab) for the i2c and i2c_dts overlay.dts files. BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I4e84ab626a2eb9a9eded304ef13153962cf863f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2811184 Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Queue: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/test/i2c/overlay.dts24
-rw-r--r--zephyr/test/i2c_dts/overlay.dts24
2 files changed, 24 insertions, 24 deletions
diff --git a/zephyr/test/i2c/overlay.dts b/zephyr/test/i2c/overlay.dts
index ec534a1b88..301695b791 100644
--- a/zephyr/test/i2c/overlay.dts
+++ b/zephyr/test/i2c/overlay.dts
@@ -4,19 +4,19 @@
*/
/ {
- named-i2c-ports {
- compatible = "named-i2c-ports";
- accel-0 {
- i2c-port = <&bmi_i2c>;
- label = "ACCEL_0";
- };
- };
+ named-i2c-ports {
+ compatible = "named-i2c-ports";
+ accel-0 {
+ i2c-port = <&bmi_i2c>;
+ label = "ACCEL_0";
+ };
+ };
};
&i2c0 {
- bmi_i2c: bmi@68 {
- compatible = "bosch,bmi160";
- reg = <0x68>;
- label = "accel-i2c";
- };
+ bmi_i2c: bmi@68 {
+ compatible = "bosch,bmi160";
+ reg = <0x68>;
+ label = "accel-i2c";
+ };
};
diff --git a/zephyr/test/i2c_dts/overlay.dts b/zephyr/test/i2c_dts/overlay.dts
index ec534a1b88..301695b791 100644
--- a/zephyr/test/i2c_dts/overlay.dts
+++ b/zephyr/test/i2c_dts/overlay.dts
@@ -4,19 +4,19 @@
*/
/ {
- named-i2c-ports {
- compatible = "named-i2c-ports";
- accel-0 {
- i2c-port = <&bmi_i2c>;
- label = "ACCEL_0";
- };
- };
+ named-i2c-ports {
+ compatible = "named-i2c-ports";
+ accel-0 {
+ i2c-port = <&bmi_i2c>;
+ label = "ACCEL_0";
+ };
+ };
};
&i2c0 {
- bmi_i2c: bmi@68 {
- compatible = "bosch,bmi160";
- reg = <0x68>;
- label = "accel-i2c";
- };
+ bmi_i2c: bmi@68 {
+ compatible = "bosch,bmi160";
+ reg = <0x68>;
+ label = "accel-i2c";
+ };
};